MCPcopy Index your code
hub / github.com/java-native-access/jna / getDouble

Method getDouble

src/com/sun/jna/Native.java:2411–2411  ·  view source on GitHub ↗
(Pointer pointer, long baseaddr, long offset)

Source from the content-addressed store, hash-verified

2409 static native float getFloat(Pointer pointer, long baseaddr, long offset);
2410
2411 static native double getDouble(Pointer pointer, long baseaddr, long offset);
2412
2413 static Pointer getPointer(long addr) {
2414 long peer = _getPointer(addr);

Callers 1

getDoubleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected