NullableTypes Class Library

NullableInt16 Operators

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

Public Static (Shared) Operators

Addition Operator Returns result of adding the operands
Bitwise And Operator Bitwise AND operator
Bitwise Or Operator Bitwise OR operator
Division Operator Division operation
Equality Operator Compares two instances of NullableInt16 for equivalence.
Exclusive Or Operator Bitwise exclusive OR operator
Explicit NullableTypes.NullableBoolean to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableBoolean to NullableInt16
Explicit NullableTypes.NullableDecimal to NullableTypes.NullableInt16 ConversionOverloaded. converts NullableDecimal value to NullableInt16 value
Explicit NullableTypes.NullableDouble to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableDouble to NullableInt16 value
Explicit NullableTypes.NullableInt16 to System.Int16 ConversionOverloaded. Converts NullableInt16 to short
Explicit NullableTypes.NullableInt16 to System.Int32 ConversionOverloaded. Converts NullableInt16 to int
Explicit NullableTypes.NullableInt64 to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableInt64 to NullableInt16 value
Explicit NullableTypes.NullableSingle to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableSingle to NullableInt16
Explicit NullableTypes.NullableString to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableString to NullableInt16 value
Greater Than Operator Comparison: greater than
Greater Than Or Equal Operator Comparison: greater than or equals
Implicit System.Int16 to NullableTypes.NullableInt16 ConversionOverloaded. Converts short to to NullableInt16 value
Implicit NullableTypes.NullableByte to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableByte to NullableInt16 value
Implicit NullableTypes.NullableInt32 to NullableTypes.NullableInt16 ConversionOverloaded. Converts NullableInt32 to NullableInt16 value
Inequality Operator Compares two instances of NullableInt16 for equivalence.
Less Than Operator Comparison: Less than
Less Than Or Equal Operator Comparison: less than or equals
Modulus Operator Modulus operation
Multiplication Operator Multiplication operation
Ones Complement Operator finds out one's compliment of a NullableInt16 value
Subtraction Operator Computes the subtraction of the two specified NullableInt16 structures.
Unary Negation Operator Negates a Nullable Int16 value

See Also

NullableInt16 Class | NullableInt16 Members | NullableTypes Namespace