TechTalk Genome v4.2

NullableByte Operators

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

Public Static Operators

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

See Also

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