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