Int128.OnesComplement(Int128) 運算子

定義

計算指定值的 ones-補數標記法。

public:
 static Int128 operator ~(Int128 value) = System::Numerics::IBitwiseOperators<Int128, Int128, Int128>::op_OnesComplement;
public static Int128 operator ~ (Int128 value);
static member op_OnesComplement : Int128 -> Int128
Public Shared Operator Not (value As Int128) As Int128

參數

value
Int128

要計算 ones-complement 的值。

傳回

的 ones-補數 value

實作

適用於