Byte.TrailingZeroCount(Byte) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
Byte

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op