UInt128.TrailingZeroCount(UInt128) Metoda

Definice

Vypočítá počet koncových nul v hodnotě.

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

Parametry

value
UInt128

Hodnota, jejíž koncové nuly se mají spočítat.

Návraty

Počet koncových nul v value.

Implementuje

Platí pro