UIntPtr.TrailingZeroCount(UIntPtr) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
UIntPtr

unativeint

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

UIntPtr

unativeint

Het aantal volgnullen in value.

Implementeringen

Van toepassing op