Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
intValue
Method · 0.95
longValue
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected