UInt32.LeadingZeroCount(UInt32) Metoda

Definicja

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

public:
 static System::UInt32 LeadingZeroCount(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::LeadingZeroCount;
public static uint LeadingZeroCount (uint value);
static member LeadingZeroCount : uint32 -> uint32
Public Shared Function LeadingZeroCount (value As UInteger) As UInteger

Parametry

value
UInt32

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

Zwraca

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy