Int32.LeadingZeroCount(Int32) Metoda

Definice

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

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

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

Návraty

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

Implementuje

Platí pro