Char.IBinaryInteger<Char>.PopCount(Char) Yöntem

Tanım

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

 static char System.Numerics.IBinaryInteger<System.Char>.PopCount(char value) = System::Numerics::IBinaryInteger<char>::PopCount;
static char IBinaryInteger<char>.PopCount (char value);
static member System.Numerics.IBinaryInteger<System.Char>.PopCount : char -> char
 Shared Function PopCount (value As Char) As Char Implements IBinaryInteger(Of Char).PopCount

Parametreler

value
Char

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

Döndürülenler

içindeki valueküme bitlerinin sayısı.

Uygulamalar

Şunlara uygulanır