TechTalk Genome v4.2

NullableUInt64 Methods

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

Public Static Methods

Add Computes the sum of the two specified NullableUInt64 structures.
BitwiseAnd Computes the bitwise AND of the two specified NullableUInt64 structures.
BitwiseOr Computes the bitwise OR of the two specified NullableUInt64 structures.
Divide Divides its first NullableUInt64 operand by its second.
Equals Compares two NullableUInt64 structures to determine if they are equivalent.
GreaterThan Compares two instances of NullableUInt64 structure to determine if the first is greater than the second.
GreaterThanOrEqual Compares two instances of NullableUInt64 structure to determine if the first is greater than or equal to the second.
LessThan Compares two instances of NullableUInt64 structure to determine if the first is less than or equal to the second.
LessThanOrEqual Compares two instances of NullableUInt64 structure to determine if the first is less than the second.
Mod Computes the remainder for the division of the two specified NullableUInt64 structures.
Multiply Computes the product of the two specified NullableUInt64 structures.
NotEquals Compares two NullableUInt64 structures to determine if they are not equivalent.
OnesComplement Performs a one's complement operation on the supplied NullableUInt64 structure.
Parse Converts the specified string representation of a number to its NullableUInt64 equivalent.
Subtract Computes the subtraction of the two specified NullableUInt64 structures.
Xor Computes the bitwise exclusive-OR of the two specified NullableUInt64 structures.

Public Instance Methods

CompareTo Compares this NullableUInt64 structure to a specified object and returns an indication of their relative values.
Equals Compares two NullableUInt64 structures to determine if they are equivalent.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetTypeCode Returns the TypeCode for value type NullableUInt64.
ToNullableBoolean Converts this NullableUInt64 instance to a NullableBoolean.
ToNullableByte Converts this NullableUInt64 instance to a NullableByte.
ToNullableDecimal Converts this NullableUInt64 instance to a NullableDecimal.
ToNullableDouble Converts this NullableUInt64 instance to a NullableDouble.
ToNullableInt16 Converts this NullableUInt64 instance to a NullableInt16.
ToNullableInt32 Converts this NullableUInt64 instance to a NullableInt32.
ToNullableSingle Converts this NullableUInt64 instance to a NullableSingle.
ToNullableString Converts this NullableUInt64 structure to a NullableString structure.
ToString Converts this NullableUInt64 structure to a string.

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

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace