TechTalk Genome v4.2

NullableSByte Operators

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

Public Static Operators

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

See Also

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