IBinaryInteger<TSelf>.PopCount(TSelf) Méthode

Définition

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

public:
 static TSelf PopCount(TSelf value);
public static abstract TSelf PopCount (TSelf value);
static member PopCount : 'Self -> 'Self
Public Shared Function PopCount (value As TSelf) As TSelf

Paramètres

value
TSelf

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

Retours

TSelf

Nombre de bits définis dans value.

S’applique à