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

Method longValue

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

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public final long longValue() {
151 return (long) doubleValue();
152 }
153
154 // ------------------------------------------------------------------------
155 // The Object API

Callers

nothing calls this directly

Calls 1

doubleValueMethod · 0.95

Tested by

no test coverage detected