OracleNumber Fields
.NET Framework 1.1
The fields of the OracleNumber structure are listed here. For a complete list of OracleNumber structure members, see the OracleNumber Members topic.
Public Fields
![]() E | Returns the value e-2.718. |
![]() MaxPrecision | A constant representing the largest possible value for precision comparison. |
![]() MaxScale | A constant representing the maximum value for scale comparison. |
![]() MaxValue | A constant representing the maximum value of an OracleNumber structure. |
![]() MinScale | A constant representing the minimum value for scale comparison. |
![]() MinusOne | Returns the value -1. |
![]() MinValue | A constant representing the minimum value for an OracleNumber structure. |
![]() Null | Represents a null value that can be assigned to the Value property of an instance of the OracleNumber class. |
![]() One | Returns the value 1. |
![]() PI | Returns the value of Pi. |
![]() Zero | Returns the value 0. |

