UInt16.PopCount(UInt16) Metodo

Definizione

Calcola il numero di bit impostati in un valore.

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

Parametri

value
UInt16

Valore i cui bit impostati devono essere conteggiati.

Restituisce

Numero di bit impostati in value.

Implementazioni

Si applica a