Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doubleValue
Method · 0.95
Tested by
no test coverage detected