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