package cs
import cs.StdTypes
Available on cs
staticadd(lhs:Int64, rhs:Int64):Int64
staticaddI(lhs:Int64, rhs:Int):Int64
staticand(lhs:Int64, rhs:Int64):Int64
staticandI(lhs:Int64, rhs:Int):Int64
staticbneg(t:Int64):Int64
staticdiv(lhs:Int64, rhs:Int64):Int64
staticdivI(lhs:Int64, rhs:Int):Int64
staticgt(lhs:Int64, rhs:Int64):Bool
staticgte(lhs:Int64, rhs:Int64):Bool
staticlt(lhs:Int64, rhs:Int64):Bool
staticlte(lhs:Int64, rhs:Int64):Bool
staticmod(lhs:Int64, rhs:Int64):Int64
staticmodI(lhs:Int64, rhs:Int):Int64
staticmul(lhs:Int64, rhs:Int64):Int64
staticmulI(lhs:Int64, rhs:Int):Int64
staticneg(t:Int64):Int64
staticor(lhs:Int64, rhs:Int64):Int64
staticorI(lhs:Int64, rhs:Int):Int64
staticpostDecrement(t:Int64):Int64
staticpostIncrement(t:Int64):Int64
staticpreDecrement(t:Int64):Int64
staticpreIncrement(t:Int64):Int64
staticshl(lhs:Int64, rhs:Int64):Int64
staticshlI(lhs:Int64, rhs:Int):Int64
staticshr(lhs:Int64, rhs:Int64):Int64
staticshrI(lhs:Int64, rhs:Int):Int64
staticsub(lhs:Int64, rhs:Int64):Int64
staticsubI(lhs:Int64, rhs:Int):Int64
staticxor(lhs:Int64, rhs:Int64):Int64
staticxorI(lhs:Int64, rhs:Int):Int64
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/Int64.html