MCPcopy Create free account
hub / github.com/Firebasky/Java / NewFloatArray

Method NewFloatArray

JNI/jni/jni.h:1657–1659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655 return functions->NewLongArray(this,len);
1656 }
1657 jfloatArray NewFloatArray(jsize len) {
1658 return functions->NewFloatArray(this,len);
1659 }
1660 jdoubleArray NewDoubleArray(jsize len) {
1661 return functions->NewDoubleArray(this,len);
1662 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected