MoneyUnaryNegation Operator

Computes the unary negation of a value.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public static Money operator -(
	Money value
)

Parameters

value  Money
The value for which to compute the unary negation.

Return Value

Money
The unary negation of value.

Implements

IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)

See Also