Byte.PopCount(Byte) Yöntem

Tanım

Bir değerde ayarlanan bit sayısını hesaplar.

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

Parametreler

value
Byte

Küme bitleri sayılacak olan değer.

Döndürülenler

içindeki valueayarlanan bit sayısı.

Uygulamalar

Şunlara uygulanır