TechTalk Genome v4.2

NullableDouble Operators

The operators of the NullableDouble structure are listed below. For a complete list of NullableDouble structure members, see the NullableDouble Members topic.

Public Static Operators

Addition Operator Computes the sum of the two specified NullableDouble structures.
Division Operator Divides its first NullableDouble operand by its second.
Equality Operator Compares two instances of NullableDouble for equivalence.
Explicit NullableDecimal to NullableDouble Conversion Converts the NullableDecimal parameter to a NullableDouble structure.
Explicit NullableSingle to NullableDouble Conversion Converts the NullableSingle parameter to a NullableDouble structure.
Explicit NullableString to NullableDouble Conversion Converts the specified NullableString parameter to a NullableDouble structure.
Explicit NullableBoolean to NullableDouble Conversion Converts the NullableBoolean parameter to a NullableDouble structure.
Explicit NullableDouble to Double Conversion Converts a NullableDouble to a double.
Greater Than Operator Compares two instances of NullableDouble structure to determine if the first is greater than the second.
Greater Than Or Equal Operator Compares two instances of NullableDouble structure to determine if the first is greater than or equal to the second.
Implicit NullableUInt32 to NullableDouble Conversion
Implicit NullableInt64 to NullableDouble Conversion Converts the NullableInt64 parameter to a NullableDouble structure.
Implicit NullableUInt64 to NullableDouble Conversion
Implicit NullableSByte to NullableDouble Conversion
Implicit NullableByte to NullableDouble Conversion Converts the NullableByte parameter to a NullableDouble structure.
Implicit Double to NullableDouble Conversion Converts the double parameter to a NullableDouble structure.
Implicit NullableUInt16 to NullableDouble Conversion
Implicit NullableInt32 to NullableDouble Conversion Converts the NullableInt32 parameter to a NullableDouble structure.
Implicit NullableInt16 to NullableDouble Conversion Converts the NullableInt16 parameter to a NullableDouble structure.
Inequality Operator Compares two instances of NullableDouble for equivalence.
Less Than Operator Compares two instances of NullableDouble structure to determine if the first is less than the second.
Less Than Or Equal Operator Compares two instances of NullableDouble structure to determine if the first is less than or equal to the second.
Multiplication Operator Computes the product of the two specified NullableDouble structures.
Subtraction Operator Computes the subtraction of the two specified NullableDouble structures.
Unary Negation Operator Negates the NullableDouble.Value of the specified NullableDouble structure.

See Also

NullableDouble Class | NullableDouble Members | TechTalk.Genome.NullableTypes Namespace