TechTalk Genome v4.2

NullableUInt32.Divide Method 

Divides its first NullableUInt32 operand by its second.

public static NullableUInt32 Divide(
   NullableUInt32 x,
   NullableUInt32 y
);

Parameters

x
A NullableUInt32 structure.
y
A NullableUInt32 structure.

Return Value

Null if either instance of NullableUInt32 is Null otherwise a NullableUInt32 structure whose Value property contains the results of the division.

Exceptions

Exception TypeCondition
DivideByZeroExceptiony is Zero while x is not Null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace