UInt128.LeadingZeroCount(UInt128) Metoda

Definicja

Oblicza liczbę zer wiodących w wartości.

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

Wartość, której zera wiodące mają być zliczane.

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy