Multiply()
Decimal::Multiply(const Decimal&, const Decimal&) method
Multiplies two specified Decimal values.
static Decimal System::Decimal::Multiply(const Decimal &d1, const Decimal &d2)
Arguments
Parameter | Type | Description |
---|---|---|
d1 | const Decimal& | The multiplicand. |
d2 | const Decimal& | The multiplier. |
Return Value
The result of multiplying d1 and d2.
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides