MCPcopy Create free account
hub / github.com/ReadyTalk/avian / floatValue

Method floatValue

classpath/java/lang/Byte.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public float floatValue() {
74 return (float) value;
75 }
76
77 public double doubleValue() {
78 return (double) value;

Callers 1

getFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected