Int64.LeadingZeroCount(Int64) 方法

定義

計算值中前置零的數目。

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

參數

value
Int64

要計算其前置零的值。

傳回

中的 value 前置零數目。

實作

適用於