SByte.LeadingZeroCount(SByte) メソッド

定義

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

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

先頭のゼロがカウントされる値。

返品

valueの先頭のゼロの数。

実装

適用対象