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

Method intValue

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

Source from the content-addressed store, hash-verified

142 }
143
144 @Override
145 public final int intValue() {
146 return (int) doubleValue();
147 }
148
149 @Override
150 public final long longValue() {

Callers

nothing calls this directly

Calls 1

doubleValueMethod · 0.95

Tested by

no test coverage detected