FACT++  1.0
JNIEXPORT jdouble JNICALL Java_dim_Memory_getDouble ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1911 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getString().

Referenced by Java_dim_Memory_getFloat().

1912 {
1913  if(env){}
1914  if(nativeClass){}
1915  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getDouble\n");
1916  return *(jdouble*)nativeDataAddress;
1917 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: