UInt16.LeadingZeroCount(UInt16) メソッド

定義

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

public:
 static System::UInt16 LeadingZeroCount(System::UInt16 value) = System::Numerics::IBinaryInteger<System::UInt16>::LeadingZeroCount;
public static ushort LeadingZeroCount (ushort value);
static member LeadingZeroCount : uint16 -> uint16
Public Shared Function LeadingZeroCount (value As UShort) As UShort

パラメーター

value
UInt16

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

戻り値

の先頭の 0 の value数。

実装

適用対象