Compares two instances of NullableDouble structure to determine if the first is less than the second.
A NullableBoolean structure that is NullableBoolean.Null if either instance of NullableDouble is NullableByte.Null, NullableBoolean.True if the first instance is less than the second instance, otherwise NullableBoolean.False.
This operator follows IEEE 754 specifications: if either operand is Double.NaN the result is false; negative and positive zero are considered equal; a Double.NegativeInfinity is considered less than all other values; a Double.PositiveInfinity is considered greater than all other values.
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableDouble Class | TechTalk.Genome.NullableTypes Namespace