parseFloat()
parseFloat( sValue )
- sValue: String value to convert to float value.
Converts sValue to a floating point number.
Example:
var n = parseFloat( "1.23" );
parseFloat()
parseFloat( sValue )
Converts sValue to a floating point number.
Example:
var n = parseFloat( "1.23" );