double
.
@return Value as double
or 0.0
if it can't be transformed.
double
represented by this character array.
@return the corresponding double
value.
@throws NumberFormatException if this character sequencedoes not contain a parsable double
.
null
if it's invalid
double
, or Double.NaN
if the denominator is 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|