Name | Description | |
---|---|---|
DB2Int64 Constructor | Initializes a new instance of the DB2Int64 structure with the specified System.Int64 value. |
The following tables list the members exposed by DB2Int64.
Name | Description | |
---|---|---|
DB2Int64 Constructor | Initializes a new instance of the DB2Int64 structure with the specified System.Int64 value. |
Name | Description | |
---|---|---|
MaxValue | Represents the maximum value of a DB2Int64 structure. | |
MinValue | Represents the minimum value of a DB2Int64 structure. | |
Null | Represents a null value that can be assigned to the Value property of a DB2Int64 structure. | |
Zero | Represents the zero value. |
Name | Description | |
---|---|---|
IsNull | Indicates whether the Value property of the DB2Int64 is Null. | |
Value | Gets the value of the DB2Int64 structure. |
Name | Description | |
---|---|---|
Abs | Gets the absolute value of the DB2Int64. | |
Add | Adds two DB2Int64 values. | |
CompareTo | Overloaded. Compares the current DB2Int64 object to the specified object and returns an integer that represents their relative values. | |
Divide | Divides one DB2Int64 value by another. | |
Equals | Overloaded. Compares two DB2Int64 structures to determine if they are equal. | |
GetHashCode | Gets a hash code for the DB2Int64 instance. | |
GreaterThan | Determines whether the first of two DB2Int64 values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two DB2Int64 values is greater than or equal to the second. | |
LessThan | Determines whether the first of two DB2Int64 values is less than the second. | |
LessThanOrEqual | Determines whether the first of two DB2Int64 values is less than or equal to the second. | |
Multiply | Multiplies two DB2Int64 structures. | |
NotEquals | Determines whether two DB2Int64 values are not equal. | |
Parse | Converts a System.String representation of a number to its DB2Int64 equivalent. | |
Subtract | Subtracts one DB2Int64 structure from another. | |
ToString | Converts the current DB2Int64 structure to a System.String. |
Addition | Calculates the sum of the two DB2Int64 structures. |
And | Compares each corresponding bit of a value of the first given DB2Int64 structure to the corresponding bit of a value of the second given DB2Int64 structure. If both bits are 1's, the corresponding bit of the result value is set to 1. Otherwise, it sets the corresponding result value bit to 0. |
Or | Compares each corresponding bit of a value of the first given DB2Int64 structure to the corresponding bit of a value of the second given DB2Int64 structure. If both bits are 0's, the corresponding bit of the result value is set to 0. Otherwise, it sets the corresponding result value bit to 1. |
Division | Divides one DB2Int64 value by another and returns the integer quotient. |
Equality | Determines whether two DB2Int64 values are equal. |
Exclusive Or | Compares each corresponding bit of a value of the first given DB2Int64 structure to the corresponding bit of a value of the second given DB2Int64 structure. If both bits are the same (both are 0's or both are 1's), the corresponding bit of the result value is set to 0. Otherwise, it sets the corresponding result value bit to 1. |
Explicit Type Conversion | Overloaded. Converts the DB2Int64 parameter to System.Int64. |
Greater Than | Compares two DB2Int64 structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two DB2Int64 structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Overloaded. Converts the System.Int64 parameter to the DB2Int64. |
Inequality | Determines whether two DB2Int64 values are not equal. |
Less Than | Compares two DB2Int64 structures to determine if the first is less than the second. |
Less Than or Equal | Compares two DB2Int64 structures to determine if the first is less than or equal to the second. |
Modulus | Divides one DB2Int64 value by another and returns the remainder. |
Multiplication | Multiplies two DB2Int64 structures. |
Bitwise Complement | Returns a new DB2Int64 structure with the value, where every bit has the opposite value of the same bit in the value of the given DB2Int64 structure. |
Subtraction | Subtracts one DB2Int64 structure from another. |
Unary Negation | Returns the negated value of the given DB2Int64 structure. |