OracleNumber::MaxValue Field
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
A constant representing the maximum value of an OracleNumber structure.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Field Value
Type: System.Data.OracleClient::OracleNumberThe value of this constant is 9.9999999999999999999999999999999999999E+125. This number has a greater precision than what a common language run-time Double data type can contain. If you attempt to store this value in a Double, the value is rounded up to 1E+126. The maximum Double value that can be used in the OracleNumber (Double) constructor is: 9.99999999999999E+125.
.NET Framework
Available since 1.1
Available since 1.1
Show: