MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / val_float

Function val_float

src/hx/CFFI.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293double val_float(hx::Object * arg1)
294{
295 if (arg1==0) return 0.0;
296 return arg1->__ToDouble();
297}
298
299
300double val_number(hx::Object * arg1)

Callers

nothing calls this directly

Calls 1

__ToDoubleMethod · 0.45

Tested by

no test coverage detected