operator*()
Decimal::operator*(const Decimal&) const method
Returns a new instance of Decimal class that represents a value that is a result of multiplication of values represented by the current and specified objects.
Decimal System::Decimal::operator*(const Decimal &d) const
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | The Decimal object representing the multiplier |
Return Value
A new instance of Decimal class that represents a value that is a result of multiplication of values represented by the current and specified objects
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides