SByte.LeadingZeroCount(SByte) Metoda

Definicja

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

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

Parametry

value
SByte

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy