IntPtr.LeadingZeroCount(IntPtr) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
IntPtr

nativeint

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

IntPtr

nativeint

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op