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