Divide()
Decimal::Divide(const Decimal&, const Decimal&) method
Divides two specified Decimal values.
static Decimal System::Decimal::Divide(const Decimal &d1, const Decimal &d2)
Arguments
Parameter | Type | Description |
---|---|---|
d1 | const Decimal& | The dividend. |
d2 | const Decimal& | The divisor. |
Return Value
The result of dividing d1 by d2.
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides