NullableTypes Class Library

NullableInt64 Members

NullableInt64 overview

Public Static (Shared) Fields

MaxValue A constant representing the largest possible value of a NullableInt64.
MinValue A constant representing the smallest possible value of a NullableInt64.
Null Represents a Null value that can be assigned to an instance of the NullableInt64 structure. 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 Represents a zero value that can be assigned to an instance of the NullableInt64 structure.

Public Static (Shared) Methods

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

Public Static (Shared) Operators

Addition Operator Computes the sum of the two specified NullableInt64 structures.
Bitwise And Operator Computes the bitwise AND of the two specified NullableInt64 structures.
Bitwise Or Operator Computes the bitwise OR of the two specified NullableInt64 structures.
Division Operator Divides its first NullableInt64 operand by its second.
Equality Operator Compares two instances of NullableInt64 for equivalence.
Exclusive Or Operator Computes the bitwise exclusive-OR of the two specified NullableInt64 structures.
Explicit NullableTypes.NullableBoolean to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableBoolean parameter to a NullableInt64 structure.
Explicit NullableTypes.NullableDecimal to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableDecimal parameter to a NullableInt64 structure.
Explicit NullableTypes.NullableDouble to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableDouble parameter to a NullableInt64 structure.
Explicit NullableTypes.NullableInt64 to System.Int64 ConversionOverloaded. Converts a NullableInt64 to a Int64.
Explicit NullableTypes.NullableSingle to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableSingle parameter to a NullableInt64 structure.
Explicit NullableTypes.NullableString to NullableTypes.NullableInt64 ConversionOverloaded. Converts the specified NullableString parameter to a NullableInt64 structure.
Greater Than Operator Compares two instances of NullableInt64 structure to determine if the first is greater than the second.
Greater Than Or Equal Operator Compares two instances of NullableInt64 structure to determine if the first is greater than or equal to the second.
Implicit NullableTypes.NullableInt32 to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableInt32 parameter to a NullableInt64 structure.
Implicit System.Int64 to NullableTypes.NullableInt64 ConversionOverloaded. Converts the Int64 parameter to a NullableInt64 structure.
Implicit NullableTypes.NullableByte to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableByte parameter to a NullableInt64 structure.
Implicit NullableTypes.NullableInt16 to NullableTypes.NullableInt64 ConversionOverloaded. Converts the NullableInt16 parameter to a NullableInt64 structure.
Inequality Operator Compares two instances of NullableInt64 for equivalence.
Less Than Operator Compares two instances of NullableInt64 structure to determine if the first is less than or equal to the second.
Less Than Or Equal Operator Compares two instances of NullableInt64 structure to determine if the first is less than the second.
Modulus Operator Computes the remainder for the division of the two specified NullableInt64 structures.
Multiplication Operator Computes the product of the two specified NullableInt64 structures.
Ones Complement Operator Performs a one's complement operation on the supplied NullableInt64 structure.
Subtraction Operator Computes the subtraction of the two specified NullableInt64 structures.
Unary Negation Operator Negates the Value of the specified NullableInt64 structure.

Public Instance Constructors

NullableInt64 Constructor Initializes a new instance of the NullableInt64 structure using the specified long integer value.

Public Instance Properties

IsNull Indicates whether or not the value of the NullableInt64 structure is null.
Value Gets the value of the NullableInt64 structure. This property is read-only

Public Instance Methods

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

NullableInt64 Class | NullableTypes Namespace