Float.this

Constructs a newly allocated {@code Float} object that represents the floating-point value of type {@code float} represented by the string. The string is converted to a {@code float} value as if by the {@code valueOf} method.

@param s a string to be converted to a {@code Float}. @throws NumberFormatException if the string does not contain a parsable number. @see java.lang.Float#valueOf(java.lang.string)

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

Meta