UIntPtr.LeadingZeroCount(UIntPtr) Metoda

Definicja

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

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

Parametry

value
UIntPtr

unativeint

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

Zwraca

UIntPtr

unativeint

Liczba zer wiodących w elemecie value.

Implementuje

Dotyczy