Divides its first NullableUInt32 operand by its second.
Null if either instance of NullableUInt32 is Null otherwise a NullableUInt32 structure whose Value property contains the results of the division.
| Exception Type | Condition |
|---|---|
| DivideByZeroException | y is Zero while x is not Null. |
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