MoneyAdd Method
Adds two instances of
Money together.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public static Money Add(
Money left,
Money right
)
- left Money
- The first Money to add.
- right Money
- The second Money to add.
MoneyA new
Money instance equal in value to the two provided
instances added together.