Computes the product of the two specified NullableDecimal structures.
Null if either instance of NullableDecimal is Null otherwise a NullableDecimal structure whose Value property contains the product of the multiplication.
| Exception Type | Condition |
|---|---|
| OverflowException | The product compute a number that is less than MinValue or greater than MaxValue. |
NullableDecimal Class | NullableTypes Namespace