IBinaryInteger<TSelf>.PopCount(TSelf) Metoda

Definicja

Oblicza liczbę bitów ustawionych w wartości.

public:
 static TSelf PopCount(TSelf value);
public static abstract TSelf PopCount (TSelf value);
static member PopCount : 'Self -> 'Self
Public Shared Function PopCount (value As TSelf) As TSelf

Parametry

value
TSelf

Wartość, której zestaw bitów ma być liczone.

Zwraca

TSelf

Liczba bitów zestawu w pliku value.

Dotyczy