UInt16.TrailingZeroCount(UInt16) Methode

Definitie

Berekent het aantal volgnullen in een waarde.

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

Parameters

value
UInt16

De waarde waarvan de volgnullen moeten worden geteld.

Retouren

Het aantal volgnullen in value.

Implementeringen

Van toepassing op