UInt64.PopCount(UInt64) Methode

Definition

Berechnet die Anzahl der Bits, die in einem -Wert festgelegt sind.

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

Parameter

value
UInt64

Der Wert, dessen festgelegte Bits gezählt werden sollen.

Gibt zurück

Die Anzahl der festgelegten Bits in value.

Implementiert

Gilt für: