UIntPtr.LeadingZeroCount(UIntPtr) 方法

定義

計算值中的前置零數目。

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

參數

value
UIntPtr

unativeint

要計算其前置零的值。

傳回

UIntPtr

unativeint

中的 value 前置零數目。

實作

適用於