___Int64
haxe._Int64.___Int64 (private class)
Instance Members
high: haxe.Int32low: haxe.Int32toString(): StringWe also define toString here to ensure we always get a pretty string
when tracing or calling Std.string. This tends not to happen when
toString is only in the abstract.
| Returns |
|---|
| String |
new(high: haxe.Int32, low: haxe.Int32): Void| Name | Type |
|---|---|
high |
haxe.Int32 |
low |
haxe.Int32 |