UInt64.PopCount(UInt64) Yöntem

Tanım

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

public:
 static System::UInt64 PopCount(System::UInt64 value) = System::Numerics::IBinaryInteger<System::UInt64>::PopCount;
public static ulong PopCount(ulong value);
static member PopCount : uint64 -> uint64
Public Shared Function PopCount (value As ULong) As ULong

Parametreler

value
UInt64

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

Döndürülenler

içindeki valueayarlanan bit sayısı.

Uygulamalar

Şunlara uygulanır