UInt128.PopCount(UInt128) 方法

定義

計算值中所設定的位數。

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

參數

value
UInt128

要計算其設定位的值。

傳回

中的 value 設定位數目。

實作

適用於