Float.this

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

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

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

Meta