![]() ![]() | Maximum value of this type of object |
![]() ![]() | Minimum value of this type of object |
![]() ![]() | Null initializer for this object. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists. |
![]() ![]() | Zero value Nullable16 object |
![]() ![]() | Returns the absolute value of a Nullable Int16 |
![]() ![]() | Returns the result of adding two NullableInt16 |
![]() ![]() | returns the result of bitwise And operation on NullableInt16 values |
![]() ![]() | returns the result of bitwise 'Or' operation on NullableInt16 values |
![]() ![]() | Returns the result of division performed on NullableInt16 values |
![]() ![]() | Overloaded. Determines if two NullableInt16 values are equal or not |
![]() ![]() | returns the result of greater than comparision between NullableInt16 values |
![]() ![]() | returns the result of 'greater than or equals' comparision between NullableInt16 values |
![]() ![]() | returns the result of less than comparision between NullableInt16 values |
![]() ![]() | returns the result of 'less than or equals' comparision between NullableInt16 values |
![]() ![]() | returns modulo for NullableInt16 values |
![]() ![]() | returns the result of multiplication of two NullableInt16 values |
![]() ![]() | Determines whether given NullableInt16 values are equal or not. |
![]() ![]() | 1's complement of a NullableInt16 value |
![]() ![]() | parse NullableInt16 value from a string |
![]() ![]() | returns the result of subtraction of a NullableInt16 value from another. |
![]() ![]() | Calculates exclusive or of two NullableInt16 values |
![]() | Constructor for NullableInt16 type objects |
![]() | Indicates whether or not the value of the NullableInt32 structure is Null. |
![]() | Gets the value of the NullableInt16 structure. This property is read-only |
![]() | Implementation for IComparable interface. |
![]() | Overloaded. Determines if this NullableInt16 is equal to the specified NullableInt16 |
![]() | Determines hashcode of this NullableInt16 |
![]() | Gets the Type of the current instance. |
![]() | Returns the TypeCode for value type NullableInt16. |
![]() | Converts the value of this instance to a NullableBoolean value |
![]() | Converts the value of this instance to a NullableDecimal value |
![]() | Converts the value of this instance to a NullableDecimal value |
![]() | Converts the value of this instance to a NullableDouble value |
![]() | Converts the value of this instance to a ToNullableInt64 value |
![]() | Converts the value of this instance to a ToNullableInt64 value |
![]() | Converts the value of this instance to a NullableSingle value |
![]() | Converts the value of this instance to a NullableString value |
![]() | Converts the value of this instance to a string value |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableInt16 Class | NullableTypes Namespace