(float f, boolean scientificNotation)
| 237 | |
| 238 | } |
| 239 | public native static java.lang.String toStringImpl(float f, boolean scientificNotation); |
| 240 | |
| 241 | /** |
| 242 | * Returns the floating point value represented by the specified String. The string s is interpreted as the representation of a floating-point value and a Float object representing that value is created and returned. |