SByte.LeadingZeroCount(SByte) メソッド

定義

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

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

パラメーター

value
SByte

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

戻り値

の先頭の 0 の value数。

実装

適用対象