Int128.LeadingZeroCount(Int128) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值中前置零的數目。
public:
static Int128 LeadingZeroCount(Int128 value) = System::Numerics::IBinaryInteger<Int128>::LeadingZeroCount;
public static Int128 LeadingZeroCount (Int128 value);
static member LeadingZeroCount : Int128 -> Int128
Public Shared Function LeadingZeroCount (value As Int128) As Int128
參數
- value
- Int128
要計算其前置零的值。
傳回
中的 value
前置零數目。