Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ floatValue
Method
floatValue
ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
public
float floatValue() {
131
return
(float)doubleValue();
132
}
133
134
public
double doubleValue() {
135
throw
new
UnsupportedOperationException(getTypeName());
Callers
6
vector2Value
Method · 0.95
vector3Value
Method · 0.95
vector4Value
Method · 0.95
quaternionValue
Method · 0.95
write
Method · 0.45
followerApply
Method · 0.45
Calls
1
doubleValue
Method · 0.95
Tested by
no test coverage detected