UIntPtr.LeadingZeroCount(UIntPtr) Metoda

Definice

Vypočítá počet počátečních nul v hodnotě.

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

Hodnota, jejíž počáteční nuly se mají počítat.

Návraty

UIntPtr

unativeint

Počet počátečních nul v value.

Implementuje

Platí pro