TechTalk Genome v4.2

NullableSingle Operators

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

Public Static Operators

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

See Also

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