Decimal128.UnaryNegation(Decimal128) Operator

Definition

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

Parameters

value
Decimal128

Returns

Implements

Applies to