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