Int16.LeadingZeroCount(Int16) メソッド

定義

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

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

パラメーター

value
Int16

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

戻り値

の先頭の 0 の value数。

実装

適用対象