UInt64.PopCount(UInt64) Metodo

Definizione

Calcola il numero di bit impostati in un valore.

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

Parametri

value
UInt64

Valore i cui bit impostati devono essere conteggiati.

Restituisce

Numero di bit impostati in value.

Implementazioni

Si applica a