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 前置零數目。

實作

適用於