MCPcopy Create free account
hub / github.com/NativeScript/android / NewFloatArray

Method NewFloatArray

test-app/runtime/src/main/cpp/JEnv.cpp:619–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619jfloatArray JEnv::NewFloatArray(jsize length) {
620 jfloatArray jfa = m_env->NewFloatArray(length);
621 CheckForJavaException();
622 return jfa;
623}
624
625jdoubleArray JEnv::NewDoubleArray(jsize length) {
626 jdoubleArray jda = m_env->NewDoubleArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected