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