Int16.LeadingZeroCount(Int16) Metoda

Definicja

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

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

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy