| Name | Description |
  | Abs | Gets the absolute value of the OracleNumber. |
  | Acos | Calculates an angle in radian whose cosine is the specified OracleNumber structure. |
  | Add | Adds two OracleNumber values. |
  | Asin | Calculates an angle in radian whose sine is the specified OracleNumber structure. |
  | Atan | Calculates an angle in radian whose tangent is the specified OracleNumber structure. |
  | Atan2 | Calculates an angle in radian whose tangent is the quotient of the two specified OracleNumber structures. |
  | Ceiling | Returns the smallest integer number greater than or equal to the specified OracleNumber number. |
 | CompareTo | Compares the current OracleNumber object to the specified object and returns an integer that represents their relative values. |
  | Cos | Calculates the cosine of the specified angle in radian. |
  | Cosh | Calculates the hyperbolic cosine of the specified angle in radian. |
  | Divide | Divides one OracleNumber value by another. |
 | Equals | Overloaded. Compares two OracleNumber structures to determine if they are equal. |
  | Exp | Calculates a new OracleNumber with its value set to e raised to the specified OracleNumber. |
  | Floor | Returns the largest integer number less than or equal to the specified OracleNumber number. |
 | GetHashCode | Gets a hash code for the OracleNumber instance. |
  | GreaterThan | Determines whether the first of two OracleNumber values is greater than the second. |
  | GreaterThanOrEqual | Determines whether the first of two OracleNumber values is greater than or equal to the second. |
  | LessThan | Determines whether the first of two OracleNumber values is less than the second. |
  | LessThanOrEqual | Determines whether the first of two OracleNumber values is less than or equal to the second. |
  | Log | Overloaded. Performs a logarithmic calculation on an OracleNumber. |
  | Log10 | Calculates a new OracleNumber with its value set to base 10 logarithm of the specified OracleNumber. |
  | Max | Gets the maximum value of the two specified OracleNumber structures. |
  | Min | Gets the minimum value of the two specified OracleNumber structures. |
  | Modulo | Calculates the modulus from the results of dividing the first OracleNumber by the second. |
  | Multiply | Multiplies two OracleNumber structures. |
  | Negate | Negates the value of the specified OracleNumber. |
  | NotEquals | Determines whether two OracleNumber values are not equal. |
  | Parse | Overloaded. Converts a System.String representation of a number to its OracleNumber equivalent. |
  | Pow | Overloaded. Returns a specified OracleNumber raised to the specified power. |
  | Round | Rounds the specified OracleNumber off to the specified precision. |
  | Shift | Shifts the OracleNumber value to the specified number of digits to the right. |
  | Sign | Gets the sign of the OracleNumber structure. |
  | Sin | Calculates the sine of the specified angle in radian. |
  | Sinh | Calculates the hyperbolic sine of the specified angle in radian. |
  | Sqrt | Calculates the square root of the OracleNumber parameter. |
  | Subtract | Subtracts one OracleNumber structure from another. |
  | Tan | Calculates the tangent of the specified angle in radian. |
  | Tanh | Calculates the hyperbolic tangent of the specified angle in radian. |
  | ToDecimal | Converts the OracleNumber parameter to System.Decimal. |
  | ToDouble | Converts the OracleNumber parameter to System.Double. |
  | ToFloat | Converts the OracleNumber parameter to System.Float. |
  | ToInt32 | Converts the OracleNumber parameter to System.Int32. |
  | ToInt64 | Converts the OracleNumber parameter to System.Int64. |
 | ToString | Overloaded. Converts the current OracleNumber structure to a System.String. |
  | Truncate | Truncates the OracleNumber at a specified position. |
  | TryParse | Overloaded. Converts the string representation of a date to OracleNumber. |