UIntPtr.PopCount(UIntPtr) Metoda

Definicja

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

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

Parametry

value
UIntPtr

unativeint

Zwraca

UIntPtr

unativeint

Liczba bitów ustawionych w elemecie value.

Implementuje

Dotyczy