UInt128.TrailingZeroCount(UInt128) Methode

Definition

Berechnet die Anzahl der nachfolgenden Nullen in einem Wert.

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

Parameter

value
UInt128

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

Gibt zurück

Die Anzahl der nachfolgenden Nullen in value.

Implementiert

Gilt für: