Byte.Log10(Byte) 方法

定义

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

参数

value
Byte

返回

实现

适用于