Amount Operators |
The Amount type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Returns the sum of the specified amounts. The amounts must have the same currency.
| |
| Division(Amount, Amount) |
Implements the operator /.
| |
| Division(Amount, Decimal) |
Implements the operator /.
| |
| Equality |
Implements the operator ==.
| |
| GreaterThan |
Compares first and second.
| |
| GreaterThanOrEqual |
Implements the operator >=.
| |
| Inequality |
Implements the operator !=.
| |
| LessThan |
Implements the operator <.
| |
| LessThanOrEqual |
Implements the operator <=.
| |
| Multiply(Decimal, Amount) |
Implements the operator *.
| |
| Multiply(Amount, Decimal) |
Implements the operator *.
| |
| Subtraction |
Subtracts the second amount from the first. The amounts must have the same currency.
|