MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / parseDouble

Method parseDouble

vm/JavaAPI/src/java/lang/Double.java:211–213  ·  view source on GitHub ↗

Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.

(java.lang.String s)

Source from the content-addressed store, hash-verified

209 * Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
210 */
211 public static double parseDouble(java.lang.String s) throws java.lang.NumberFormatException{
212 return StringToReal.parseDouble(s);
213 }
214
215 /**
216 * Returns the value of this Double as a short (by casting to a short).

Callers 15

getTrackScaleYMethod · 0.95
getThumbScaleYMethod · 0.95
getTrackScaleXMethod · 0.95
numberMethod · 0.95
numMethod · 0.95
getDoubleMethod · 0.95
parseDoubleMethod · 0.95
parseMethod · 0.95
getDoubleMethod · 0.95
toDoubleValueMethod · 0.95
getIntMethod · 0.95
getDoubleMethod · 0.95

Calls 1

parseDoubleMethod · 0.95

Tested by 2

mainMethod · 0.76
getDoubleMethod · 0.76