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