![]()  MaxValue | Maximum value of this type of object | 
![]()  MinValue | Minimum value of this type of object | 
![]()  Null | 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 | Zero value Nullable16 object | 
![]()  Abs | Returns the absolute value of a Nullable Int16 | 
![]()  Add | Returns the result of adding two NullableInt16 | 
![]()  BitwiseAnd | returns the result of bitwise And operation on NullableInt16 values | 
![]()  BitwiseOr | returns the result of bitwise 'Or' operation on NullableInt16 values | 
![]()  Divide | Returns the result of division performed on NullableInt16 values | 
![]()  Equals | Overloaded. Determines if two NullableInt16 values are equal or not | 
![]()  GreaterThan | returns the result of greater than comparision between NullableInt16 values | 
![]()  GreaterThanOrEqual | returns the result of 'greater than or equals' comparision between NullableInt16 values | 
![]()  LessThan | returns the result of less than comparision between NullableInt16 values | 
![]()  LessThanOrEqual | returns the result of 'less than or equals' comparision between NullableInt16 values | 
![]()  Mod | returns modulo for NullableInt16 values | 
![]()  Multiply | returns the result of multiplication of two NullableInt16 values | 
![]()  NotEquals | Determines whether given NullableInt16 values are equal or not. | 
![]()  OnesComplement | 1's complement of a NullableInt16 value | 
![]()  Parse | parse NullableInt16 value from a string | 
![]()  Subtract | returns the result of subtraction of a NullableInt16 value from another. | 
![]()  Xor | Calculates exclusive or of two NullableInt16 values | 
 NullableInt16 Constructor | Constructor for NullableInt16 type objects | 
 IsNull | Indicates whether or not the value of the NullableInt32 structure is Null. | 
 Value | Gets the value of the NullableInt16 structure. This property is read-only | 
 CompareTo | Implementation for IComparable interface. | 
 Equals | Overloaded. Determines if this NullableInt16 is equal to the specified NullableInt16 | 
 GetHashCode | Determines hashcode of this NullableInt16 | 
 GetType (inherited from Object) | Gets the Type of the current instance. | 
 GetTypeCode | Returns the TypeCode for value type NullableInt16. | 
 ToNullableBoolean | Converts the value of this instance to a NullableBoolean value | 
 ToNullableByte | Converts the value of this instance to a NullableDecimal value | 
 ToNullableDecimal | Converts the value of this instance to a NullableDecimal value | 
 ToNullableDouble | Converts the value of this instance to a NullableDouble value | 
 ToNullableInt32 | Converts the value of this instance to a ToNullableInt64 value | 
 ToNullableInt64 | Converts the value of this instance to a ToNullableInt64 value | 
 ToNullableSingle | Converts the value of this instance to a NullableSingle value | 
 ToNullableString | Converts the value of this instance to a NullableString value | 
 ToString | Converts the value of this instance to a string value | 
 Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
 MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
 IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
 IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
 IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
NullableInt16 Class | NullableTypes Namespace