Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
double val_float(hx::Object * arg1)
294
{
295
if (arg1==0) return 0.0;
296
return arg1->__ToDouble();
297
}
298
299
300
double val_number(hx::Object * arg1)
Callers
nothing calls this directly
Calls
1
__ToDouble
Method · 0.45
Tested by
no test coverage detected