Subtract()
Decimal::Subtract(const Decimal&, const Decimal&) method
Subtracts one specified Decimal value from another.
static Decimal System::Decimal::Subtract(const Decimal &d1, const Decimal &d2)
Arguments
Parameter | Type | Description |
---|---|---|
d1 | const Decimal& | The minuend. |
d2 | const Decimal& | The subtrahend. |
Return Value
The result of subtracting d2 from d1.
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides