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

Function __ToInt

include/hx/Object.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 virtual String __ToString() const;
214
215 virtual int __ToInt() const { return 0; }
216 virtual double __ToDouble() const { return __ToInt(); }
217 virtual cpp::Int64 __ToInt64() const { return (cpp::Int64)(__ToDouble()); }
218 virtual const char * __CStr() const;

Callers 1

__ToDoubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected