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

Method floatValue

vm/JavaAPI/src/java/lang/Float.java:113–115  ·  view source on GitHub ↗

Returns the float value of this Float object.

()

Source from the content-addressed store, hash-verified

111 * Returns the float value of this Float object.
112 */
113 public float floatValue(){
114 return value;
115 }
116
117 /**
118 * Returns a hashcode for this Float object. The result is the integer bit representation, exactly as produced by the method

Callers 8

getAndSetMethod · 0.95
getMethod · 0.95
getDefaultPushWeightsMethod · 0.95
generateCCodeMethod · 0.95
getValueAsStringMethod · 0.95
appendInstructionMethod · 0.95
emitShapesMethod · 0.95
firstAndLastScalarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected