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

Method doubleValue

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

Source from the content-addressed store, hash-verified

132 // ------------------------------------------------------------------------
133
134 @Override
135 public final double doubleValue() {
136 return Double.valueOf(data);
137 }
138
139 @Override
140 public final float floatValue() {

Callers 2

intValueMethod · 0.95
longValueMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected