MoneySubtract Method
Subtracts one instances of
Money from another.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public static Money Subtract(
Money left,
Money right
)
- left Money
- The first Money to subtract.
- right Money
- The second Money to subtract.
MoneyA new
Money instance equal in value to the second instance
subtracted from the first.