NullableTypes Class Library

NullableInt16 Methods

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

Public Static (Shared) Methods

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
EqualsOverloaded. 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

Public Instance Methods

CompareTo Implementation for IComparable interface.
EqualsOverloaded. 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

Protected Instance Methods

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.

Explicit Interface Implementations

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.

See Also

NullableInt16 Class | NullableTypes Namespace