See Also Applies To
Description
Converts strings into floating point numbers.
Syntax
parseFloat(numstring)
The numstring argument is a string that contains a floating point number.
Remarks
The parseFloat method returns an numerical value equal to the number contained in numstring. If no prefix of numstring can be successfully parsed into a floating point number, NaN (not a number) is returned.parseFloat("abc") // Returns NaN.
parseFloat("1.2abc") // Returns 1.2.
You can test for NaN using the isNaN method.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js418.htm,
2KB, , updated: 2008年1月22日 01:47, local time: 2025年9月6日 13:27,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/Techref/inet/iis/jscript/htm/js418.htm"> parseFloat Method</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.