UInt32.PopCount(UInt32) Méthode

Définition

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

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

Paramètres

value
UInt32

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

Retours

Nombre de bits définis dans value.

Implémente

S’applique à