UInt128.LeadingZeroCount(UInt128) 方法

定義

計算值中的前置零數目。

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

參數

value
UInt128

要計算其前置零的值。

傳回

中的 value 前置零數目。

實作

適用於