UInt64.LeadingZeroCount(UInt64) Metoda

Definicja

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

public:
 static System::UInt64 LeadingZeroCount(System::UInt64 value) = System::Numerics::IBinaryInteger<System::UInt64>::LeadingZeroCount;
public static ulong LeadingZeroCount (ulong value);
static member LeadingZeroCount : uint64 -> uint64
Public Shared Function LeadingZeroCount (value As ULong) As ULong

Parametry

value
UInt64

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy