Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ getValue
Method
getValue
src/com/sun/jna/ptr/FloatByReference.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
float getValue() {
43
return
getPointer().getFloat(0);
44
}
45
46
@Override
47
public
String toString() {
Callers
3
floatValue
Method · 0.95
testFloatByReference
Method · 0.95
toString
Method · 0.95
Calls
2
getPointer
Method · 0.65
getFloat
Method · 0.45
Tested by
1
testFloatByReference
Method · 0.76