Int16.LeadingZeroCount(Int16) 方法

定義

計算值中的前置零數目。

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

要計算其前置零的值。

傳回

中的 value 前置零數目。

實作

適用於