TechTalk Genome v4.2

NullableUInt32 Operators

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

Public Static Operators

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

See Also

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