UInt64.TrailingZeroCount(UInt64) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

public:
 static System::UInt64 TrailingZeroCount(System::UInt64 value) = System::Numerics::IBinaryInteger<System::UInt64>::TrailingZeroCount;
public static ulong TrailingZeroCount(ulong value);
static member TrailingZeroCount : uint64 -> uint64
Public Shared Function TrailingZeroCount (value As ULong) As ULong

Parameters

value
UInt64

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op