UInt16.PopCount(UInt16) Methode

Definitie

Berekent het aantal bits dat in een waarde is ingesteld.

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

Parameters

value
UInt16

De waarde waarvan de ingestelde bits moeten worden geteld.

Retouren

Het aantal ingestelde bits in value.

Implementeringen

Van toepassing op