Int16.PopCount(Int16) Methode

Definitie

Berekent het aantal bits dat in een waarde is ingesteld.

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

Parameters

value
Int16

De waarde waarvan de ingestelde bits moeten worden geteld.

Retouren

Het aantal ingestelde bits in value.

Implementeringen

Van toepassing op