Int128.LeadingZeroCount(Int128) Metoda

Definicja

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

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

Parametry

value
Int128

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy