IntPtr.LeadingZeroCount(IntPtr) 方法

定義

計算值中的前置零數目。

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

參數

value
IntPtr

nativeint

要計算其前置零的值。

傳回

IntPtr

nativeint

中的 value 前置零數目。

實作

適用於