Int128.PopCount(Int128) 方法

定義

計算值中所設定的位數。

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

參數

value
Int128

要計算其設定位的值。

傳回

中的 value 設定位數目。

實作

適用於