UInt128.OnesComplement(UInt128) 運算子

定義

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

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

參數

value
UInt128

要為其計算 ones-complement 的值。

傳回

value ones-complement。

實作

適用於