MoneyNegate Method

Negates the value of the specified Money operand.

Definition

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

Parameters

value  Money
The Money to negate.

Return Value

Money
A new Money instance equal to the first instance multiplied by -1.

See Also