NullableTypes Class Library

NullableInt32 Methods

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

Public Static (Shared) Methods

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

Public Instance Methods

CompareTo Compares this NullableInt32 structure to a specified object and returns an indication of their relative values.
EqualsOverloaded. Compares two NullableInt32 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 NullableInt32.
ToNullableBoolean Converts this NullableInt32 instance to a NullableBoolean.
ToNullableByte Converts this NullableInt32 instance to a NullableByte.
ToNullableDecimal Converts this NullableInt32 instance to a NullableDecimal.
ToNullableDouble Converts this NullableInt32 instance to a NullableDouble.
ToNullableInt16 Converts this NullableInt32 instance to a NullableInt16.
ToNullableInt64 Converts this NullableInt32 instance to a NullableInt64.
ToNullableSingle Converts this NullableInt32 instance to a NullableSingle.
ToNullableString Converts this NullableInt32 structure to a NullableString structure.
ToString Converts this NullableInt32 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 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

NullableInt32 Class | NullableTypes Namespace