Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ longValue
Method
longValue
classpath/java/lang/Byte.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
long longValue() {
70
return
value;
71
}
72
73
public
float floatValue() {
74
return
(float) value;
Callers
1
getLong
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected