Sdílet prostřednictvím


UInt128.LeadingZeroCount(UInt128) Metoda

Definice

Vypočítá počet počátečních nul v hodnotě.

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

Parametry

value
UInt128

Hodnota, jejíž počáteční nuly se mají spočítat.

Návraty

Počet počátečních nul v value.

Implementuje

Platí pro