SByte.TrailingZeroCount(SByte) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
SByte

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op