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