Int32.LeadingZeroCount(Int32) Metoda

Definicja

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

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

Parametry

value
Int32

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy