UIntPtr.LeadingZeroCount(UIntPtr) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
UIntPtr

unativeint

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

UIntPtr

unativeint

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op