Name | Description | |
---|---|---|
DB2Real370 Constructor | Initializes a new instance of the DB2Real370 structure with the specified System.Double value. |
The following tables list the members exposed by DB2Real370.
Name | Description | |
---|---|---|
DB2Real370 Constructor | Initializes a new instance of the DB2Real370 structure with the specified System.Double value. |
Name | Description | |
---|---|---|
MaxValue | Represents the maximum value of a DB2Real370 structure. | |
MinValue | Represents the minimum value of a DB2Real370 structure. | |
Null | Represents a null value that can be assigned to the Value property of a DB2Real370 structure. | |
Zero | Represents the zero value. |
Name | Description | |
---|---|---|
IsNull | Indicates whether the Value property of the DB2Real370 is Null. | |
Value | Gets the value of the DB2Real370 structure. |
Name | Description | |
---|---|---|
Abs | Gets the absolute value of the DB2Real370. | |
Add | Adds two DB2Real370 values. | |
Ceiling | Returns the smallest integer number greater than or equal to the specified DB2Real370 number. | |
CompareTo | Overloaded. Compares the current DB2Real370 object to the specified object and returns an integer that represents their relative values. | |
Divide | Divides one DB2Real370 value by another. | |
Equals | Overloaded. Compares two DB2Real370 structures to determine if they are equal. | |
Floor | Returns the largest integer number less than or equal to the specified DB2Real370 number. | |
GetHashCode | Gets a hash code for the DB2Real370 instance. | |
GreaterThan | Determines whether the first of two DB2Real370 values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two DB2Real370 values is greater than or equal to the second. | |
LessThan | Determines whether the first of two DB2Real370 values is less than the second. | |
LessThanOrEqual | Determines whether the first of two DB2Real370 values is less than or equal to the second. | |
Multiply | Multiplies two DB2Real370 structures. | |
NotEquals | Determines whether two DB2Real370 values are not equal. | |
Parse | Converts a System.String representation of a number to its DB2Real370 equivalent. | |
Subtract | Subtracts one DB2Real370 structure from another. | |
ToString | Converts the current DB2Real370 structure to a System.String. |
Addition | Calculates the sum of the two DB2Real370 structures. |
Division | Divides one DB2Real370 value by another. |
Equality | Determines whether two DB2Real370 values are equal. |
Explicit Type Conversion | Converts the DB2Real370 parameter to System.Double. |
Greater Than | Compares two DB2Real370 structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two DB2Real370 structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts the System.Double parameter to the DB2Real370. |
Inequality | Determines whether two DB2Real370 values are not equal. |
Less Than | Compares two DB2Real370 structures to determine if the first is less than the second. |
Less Than or Equal | Compares two DB2Real370 structures to determine if the first is less than or equal to the second. |
Multiplication | Multiplies two DB2Real370 structures. |
Subtraction | Subtracts one DB2Real370 structure from another. |