TechTalk Genome v4.2

NullableUInt64 Operators

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

Public Static Operators

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

See Also

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