Returns a new double
initialized to the value
represented by the specified String
, as performed
by the valueOf
method of class
Double
.
s | the string to be parsed. |
double
value represented by the string
argument.
NullPointerException | if the string is null | |
NumberFormatException | if the string does not contain
a parsable double . |
java.lang.Double.valueOf(String)
Diagram: Number