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