TechTalk Genome v4.2

NullableInt64 Operators

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

Public Static Operators

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

See Also

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