TechTalk Genome v4.2

NullableDecimal Operators

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

Public Static Operators

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

See Also

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