public native Double(value: Double)
Copy constructor.
first = 3.25 second = Double(first) assert second == first