UInt128.TrailingZeroCount(UInt128) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
UInt128

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op