OracleNumber.MaxValue Field

Definition

A constant representing the maximum value of an OracleNumber structure.

C#
public static readonly System.Data.OracleClient.OracleNumber MaxValue;

Field Value

Remarks

The 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.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1