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

Function __ToDouble

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

Source from the content-addressed store, hash-verified

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;
219 virtual String toString();

Callers 1

__ToInt64Function · 0.85

Calls 1

__ToIntFunction · 0.85

Tested by

no test coverage detected