ToSingle
This method returns the Single
representation of the current instance.
Declaration
// C# public float ToSingle();
Return Value
A float
.
Exceptions
OverFlowException
- The float
cannot represent the current instance.
OracleNullValueException
- The current instance has a null value.