Decimal..::..Multiply Operator
Multiplies two specified Decimal values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- d1
- Type: System..::..Decimal
The first value to multiply.
- d2
- Type: System..::..Decimal
The second value to multiply.
Return Value
The result of multiplying d1 by d2.Exceptions
Exception | Condition |
---|---|
System..::..OverflowException | The return value is less than MinValue or greater than MaxValue. |