IntPtr.LeadingZeroCount(IntPtr) Méthode

Définition

Calcule le nombre de zéros non significatifs dans une valeur.

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

Paramètres

value
IntPtr

nativeint

Valeur dont les zéros non significatifs doivent être comptés.

Retours

IntPtr

nativeint

Nombre de zéros non significatifs dans value.

Implémente

S’applique à