IntPtr.TrailingZeroCount(IntPtr) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
IntPtr

nativeint

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

IntPtr

nativeint

Het aantal volgnullen in value.

Implementeringen

Van toepassing op