Int16.TrailingZeroCount(Int16) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
Int16

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op