TechTalk Genome v4.2

NullableUInt16 Methods

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

Public Static Methods

Add Returns the result of adding two NullableUInt16
BitwiseAnd returns the result of bitwise And operation on NullableUInt16 values
BitwiseOr returns the result of bitwise 'Or' operation on NullableUInt16 values
Divide Returns the result of division performed on NullableUInt16 values
Equals Determines if two NullableUInt16 values are equal or not
GreaterThan returns the result of greater than comparision between NullableUInt16 values
GreaterThanOrEqual returns the result of 'greater than or equals' comparision between NullableUInt16 values
LessThan returns the result of less than comparision between NullableUInt16 values
LessThanOrEqual returns the result of 'less than or equals' comparision between NullableUInt16 values
Mod returns modulo for NullableUInt16 values
Multiply returns the result of multiplication of two NullableUInt16 values
NotEquals Determines whether given NullableUInt16 values are equal or not.
OnesComplement 1's complement of a NullableUInt16 value
Parse parse NullableUInt16 value from a string
Subtract returns the result of subtraction of a NullableUInt16 value from another.
Xor Calculates exclusive or of two NullableUInt16 values

Public Instance Methods

CompareTo Implementation for IComparable interface.
Equals Determines if this NullableUInt16 is equal to the specified NullableUInt16
GetHashCode Determines hashcode of this NullableUInt16
GetType (inherited from Object)Gets the Type of the current instance.
GetTypeCode Returns the TypeCode for value type NullableUInt16.
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
IXmlSerializable.ReadXml
IXmlSerializable.WriteXml

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace