14.4.2.5 OracleDecimal(float)
This constructor creates a new instance of the OracleDecimal structure and sets its value to the supplied Single value.
                  
Declaration
// C#
public OracleDecimal(float floatX);Parameters
- 
                        floatXThe provided floatvalue.
Remarks
OracleDecimal contains the following values depending on the provided float value: 
                  
float.PositiveInfinity: positive infinity value 
                  
float.NegativeInfinity: negative infinity value
                  
float.NaN: null value