Int64.LeadingZeroCount(Int64) Metoda

Definicja

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

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

Parametry

value
Int64

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy