Computes the product of the two specified NullableUInt32 structures.
Null if either instance of NullableUInt32 is Null otherwise a NullableUInt32 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
NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace