myGlobal.parseFloat( string ) in ECMAScript 262

Attempt to convert a string into a number.

Arguments

nametypedescription
string String The string to convert to a num
Return Type
Number