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

Function __ToInt64

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

Source from the content-addressed store, hash-verified

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;
219 virtual String toString();
220 virtual bool __HasField(const String &inString);

Callers

nothing calls this directly

Calls 1

__ToDoubleFunction · 0.85

Tested by

no test coverage detected