MCPcopy 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

floatValueMethod · 0.95
testFloatByReferenceMethod · 0.95
toStringMethod · 0.95

Calls 2

getPointerMethod · 0.65
getFloatMethod · 0.45

Tested by 1

testFloatByReferenceMethod · 0.76