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

Method NewDouble

test-app/runtime/src/main/cpp/JType.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45jobject JType::NewDouble(JEnv env, jdouble value) {
46 EnsureInstance(env, &Double, Type::Double);
47 return env.NewObject(Double->clazz, Double->ctor, value);
48}
49
50jbyte JType::ByteValue(JEnv env, jobject value) {
51 EnsureInstance(env, &Byte, Type::Byte);

Callers

nothing calls this directly

Calls 1

NewObjectMethod · 0.80

Tested by

no test coverage detected