Int128.OnesComplement(Int128) Operator

Definicja

Oblicza reprezentację danej wartości jako uzupełnienie jedynek.

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

Parametry

value
Int128

Wartość, dla której należy obliczyć uzupełnienie jedynek.

Zwraca

Uzupełnienie jedynek .value

Implementuje

Dotyczy