Computes the product of the two specified NullableInt32 structures.
Null if either instance of NullableInt32 is Null otherwise a NullableInt32 structure whose Value property contains the product of the multiplication.
| Exception Type | Condition |
|---|---|
| OverflowException | The product compute a number that is less than Int32.MinValue or greater than Int32.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace