IntPtr.LeadingZeroCount(IntPtr) Metoda

Definice

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

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

Parametry

value
IntPtr

nativeint

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

Návraty

IntPtr

nativeint

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

Implementuje

Platí pro