Double.this

Constructs a newly allocated {@code Double} object that represents the primitive {@code double} argument.

@param value the value to be represented by the {@code Double}.

  1. this(double value)
    class Double
    this
    (
    double value
    )
  2. this(string s)

Meta