NullableTypes Class Library

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 (Shared) 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 NullableTypes.NullableBoolean to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableBoolean parameter to a NullableByte structure.
Explicit NullableTypes.NullableByte to System.Byte ConversionOverloaded. Converts a NullableByte to a Byte.
Explicit NullableTypes.NullableDecimal to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableDecimal parameter to a NullableByte structure.
Explicit NullableTypes.NullableDouble to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableDouble parameter to a NullableByte structure.
Explicit NullableTypes.NullableInt16 to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableInt16 parameter to a NullableByte structure.
Explicit NullableTypes.NullableInt32 to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableInt32 parameter to a NullableByte structure.
Explicit NullableTypes.NullableInt64 to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableInt64 parameter to a NullableByte structure.
Explicit NullableTypes.NullableSingle to NullableTypes.NullableByte ConversionOverloaded. Converts the NullableSingle parameter to a NullableByte structure.
Explicit NullableTypes.NullableString to NullableTypes.NullableByte ConversionOverloaded. Converts the specified NullableString 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 System.Byte to NullableTypes.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.

See Also

NullableByte Class | NullableByte Members | NullableTypes Namespace