Constructs a newly allocated {@code Double} object that
represents the floating-point value of type {@code double}
represented by the string. The string is converted to a
{@code double} value as if by the {@code valueOf} method.
@param s a string to be converted to a {@code Double}.
@throws NumberFormatException if the string does not contain a
parsable number.
@see java.lang.Double#valueOf(java.lang.string)
Constructs a newly allocated {@code Double} object that represents the floating-point value of type {@code double} represented by the string. The string is converted to a {@code double} value as if by the {@code valueOf} method.
@param s a string to be converted to a {@code Double}. @throws NumberFormatException if the string does not contain a parsable number. @see java.lang.Double#valueOf(java.lang.string)