public native Double(value: String) throws BadValueException
Parses a Double from a textual representation.
value = Double("123.45") assert value == 123.45