طريقة System::Decimal::Multiply
Decimal::Multiply method
يضرب قيمتين Decimal محددتين.
static Decimal System::Decimal::Multiply(const Decimal &d1, const Decimal &d2)
| Parameter | Type | الوصف |
|---|---|---|
| d1 | const Decimal& | المضروب. |
| d2 | const Decimal& | المضاعِف. |
ReturnValue
نتيجة ضرب d1 و d2.
انظر أيضًا
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++