| 65 | double __ToDouble() const HXCPP_OVERRIDE { return mValue; } |
| 66 | int __ToInt() const HXCPP_OVERRIDE { return mValue; } |
| 67 | cpp::Int64 __ToInt64() const HXCPP_OVERRIDE { return mValue; } |
| 68 | |
| 69 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 70 | { |