Byte.LeadingZeroCount(Byte) 方法

定义

计算值中前导零的数目。

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

参数

value
Byte

要对其前导零进行计数的值。

返回

value前导零的数目。

实现

适用于