MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / toStringImpl

Method toStringImpl

vm/JavaAPI/src/java/lang/Float.java:239–239  ·  view source on GitHub ↗
(float f, boolean scientificNotation)

Source from the content-addressed store, hash-verified

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.

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected