UInt128.PopCount(UInt128) Methode

Definition

Berechnet die Anzahl der Bits, die in einem Wert festgelegt werden.

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

Parameter

value
UInt128

Gibt zurück

UInt128

Die Anzahl der festgelegten Bits in value.

Implementiert

Gilt für