Byte.LeadingZeroCount(Byte) メソッド

定義

値の先頭の 0 の数を計算します。

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

先頭の 0 をカウントする値。

戻り値

の先頭の 0 の value数。

実装

適用対象