UInt128.LeadingZeroCount(UInt128) Méthode

Définition

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

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

Paramètres

value
UInt128

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

Retours

Nombre de zéros non significatifs dans value.

Implémente

S’applique à