Int128.UnaryNegation(Int128) Operator

Definition

Computes the unary negation of a value.

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

Parameters

value
Int128

The value for which to compute the unary negation.

Returns

The unary negation of value.

Implements

Applies to