Float.this

Constructs a newly allocated {@code Float} object that represents the primitive {@code float} argument.

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

  1. this(float value)
    class Float
    this
    (
    float value
    )
  2. this(double value)
  3. this(string s)

Meta