Returns a float value from the string value, or undefined if the value cannot be converted
Optional
the string value to check
a float value from the string value, or undefined if the value cannot be converted
toFloat('1.0'); // 1.0 Copy
toFloat('1.0'); // 1.0
Returns a float value from the string value, or undefined if the value cannot be converted