UInt16.TrailingZeroCount(UInt16) Methode

Definition

Berechnet die Anzahl der nachfolgenden Nullen in einem Wert.

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

Parameter

value
UInt16

Der Wert, dessen nachfolgende Nullen gezählt werden sollen.

Gibt zurück

Die Anzahl der nachfolgenden Nullen in value.

Implementiert

Gilt für: