TechTalk Genome v4.2

NullableInt32 Operators

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

Public Static Operators

Addition Operator Computes the sum of the two specified NullableInt32 structures.
Bitwise And Operator Computes the bitwise AND of the two specified NullableInt32 structures.
Bitwise Or Operator Computes the bitwise OR of the two specified NullableInt32 structures.
Division Operator Divides its first NullableInt32 operand by its second.
Equality Operator Compares two instances of NullableInt32 for equivalence.
Exclusive Or Operator Computes the bitwise exclusive-OR of the two specified NullableInt32 structures.
Explicit NullableUInt32 to NullableInt32 Conversion
Explicit NullableInt32 to Int32 Conversion Converts a NullableInt32 to a int.
Explicit NullableSingle to NullableInt32 Conversion Converts the NullableSingle parameter to a NullableInt32 structure.
Explicit NullableUInt64 to NullableInt32 Conversion
Explicit NullableString to NullableInt32 Conversion Converts the specified NullableString parameter to a NullableInt32 structure.
Explicit NullableDouble to NullableInt32 Conversion Converts the NullableDouble parameter to a NullableInt32 structure.
Explicit NullableInt64 to NullableInt32 Conversion Converts the NullableInt64 parameter to a NullableInt32 structure.
Explicit NullableBoolean to NullableInt32 Conversion Converts the NullableBoolean parameter to a NullableInt32 structure.
Explicit NullableDecimal to NullableInt32 Conversion Converts the NullableDecimal parameter to a NullableInt32 structure.
Greater Than Operator Compares two instances of NullableInt32 structure to determine if the first is greater than the second.
Greater Than Or Equal Operator Compares two instances of NullableInt32 structure to determine if the first is greater than or equal to the second.
Implicit NullableSByte to NullableInt32 Conversion
Implicit NullableInt16 to NullableInt32 Conversion Converts the NullableInt16 parameter to a NullableInt32 structure.
Implicit NullableUInt16 to NullableInt32 Conversion
Implicit Int32 to NullableInt32 Conversion Converts the int parameter to a NullableInt32 structure.
Implicit NullableByte to NullableInt32 Conversion Converts the NullableByte parameter to a NullableInt32 structure.
Inequality Operator Compares two instances of NullableInt32 for equivalence.
Less Than Operator Compares two instances of NullableInt32 structure to determine if the first is less than the second.
Less Than Or Equal Operator Compares two instances of NullableInt32 structure to determine if the first is less than or equal to the second.
Modulus Operator Computes the remainder for the division of the two specified NullableInt32 structures.
Multiplication Operator Computes the product of the two specified NullableInt32 structures.
Ones Complement Operator Performs a one's complement operation on the supplied NullableInt32 structure.
Subtraction Operator Computes the subtraction of the two specified NullableInt32 structures.
Unary Negation Operator Negates the NullableInt32.Value of the specified NullableInt32 structure.

See Also

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