Byte.Log10(Byte) Method

Definition

public:
 static System::Byte Log10(System::Byte value) = System::Numerics::IBinaryInteger<System::Byte>::Log10;
public static byte Log10(byte value);
static member Log10 : byte -> byte
Public Shared Function Log10 (value As Byte) As Byte

Parameters

value
Byte

Returns

Implements

Applies to