Int16.LeadingZeroCount(Int16) Metoda

Definice

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

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

Parametry

value
Int16

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

Návraty

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

Implementuje

Platí pro