UInt16.PopCount(UInt16) Méthode

Définition

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

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

Paramètres

value
UInt16

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

Retours

Nombre de bits définis dans value.

Implémente

S’applique à