Name | Description | |
---|---|---|
![]() ![]() | Abs | Gets the absolute value of the DB2Double. |
![]() ![]() | Add | Adds two DB2Double values. |
![]() ![]() | Ceiling | Returns the smallest whole number greater than or equal to the specified DB2Double number. |
![]() | CompareTo | Overloaded. Compares the current DB2Double object to the specified object and returns an integer that represents their relative values. |
![]() ![]() | Divide | Divides one DB2Double value by another. |
![]() ![]() | Equals | Overloaded. Compares two DB2Double structures to determine if they are equal. |
![]() ![]() | Floor | Rounds a specified DB2Double number to the next lower whole number. |
![]() | GetHashCode | Gets a hash code for the DB2Double instance. |
![]() ![]() | GreaterThan | Determines whether the first of two DB2Double values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two DB2Double values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two DB2Double values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two DB2Double values is less than or equal to the second. |
![]() ![]() | Multiply | Multiplies two DB2Double structures. |
![]() ![]() | NotEquals | Determines whether two DB2Double values are not equal. |
![]() ![]() | Parse | Converts a System.String representation of a number to its DB2Double equivalent. |
![]() ![]() | Subtract | Subtracts one DB2Double structure from another. |
![]() | ToString | Converts the current DB2Double structure to a System.String. |