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

Tanım

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

public:
 static TSelf PopCount(TSelf value);
public static abstract TSelf PopCount (TSelf value);
static member PopCount : 'Self -> 'Self
Public Shared Function PopCount (value As TSelf) As TSelf

Parametreler

value
TSelf

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

Döndürülenler

TSelf

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

Şunlara uygulanır