MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / floatValue

Method floatValue

jOOQ/src/main/java/org/jooq/Decfloat.java:139–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 @Override
140 public final float floatValue() {
141 return Float.valueOf(data);
142 }
143
144 @Override
145 public final int intValue() {

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected