Int128.PopCount(Int128) Méthode

Définition

Calcule le nombre de bits définis dans une valeur.

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

Paramètres

value
Int128

Valeur dont les bits définis doivent être comptés.

Retours

Nombre de bits définis dans value.

Implémente

S’applique à