SByte.PopCount(SByte) Yöntem

Tanım

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

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

Parametreler

value
SByte

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

Döndürülenler

içindeki valueayarlanan bit sayısı.

Uygulamalar

Şunlara uygulanır