package cs
import cs.StdTypes
Available on cs
staticadd(lhs:UInt64, rhs:UInt64):UInt64staticaddI(lhs:UInt64, rhs:Int):UInt64staticand(lhs:UInt64, rhs:UInt64):UInt64staticandI(lhs:UInt64, rhs:Int):UInt64staticbneg(t:UInt64):UInt64staticdiv(lhs:UInt64, rhs:UInt64):UInt64staticdivI(lhs:UInt64, rhs:Int):UInt64staticgt(lhs:UInt64, rhs:UInt64):Boolstaticgte(lhs:UInt64, rhs:UInt64):Boolstaticlt(lhs:UInt64, rhs:UInt64):Boolstaticlte(lhs:UInt64, rhs:UInt64):Boolstaticmod(lhs:UInt64, rhs:UInt64):UInt64staticmodI(lhs:UInt64, rhs:Int):UInt64staticmul(lhs:UInt64, rhs:UInt64):UInt64staticmulI(lhs:UInt64, rhs:Int):UInt64staticneg(t:UInt64):UInt64staticor(lhs:UInt64, rhs:UInt64):UInt64staticorI(lhs:UInt64, rhs:Int):UInt64staticpostDecrement(t:UInt64):UInt64staticpostIncrement(t:UInt64):UInt64staticpreDecrement(t:UInt64):UInt64staticpreIncrement(t:UInt64):UInt64staticshl(lhs:UInt64, rhs:UInt64):UInt64staticshlI(lhs:UInt64, rhs:Int):UInt64staticshr(lhs:UInt64, rhs:UInt64):UInt64staticshrI(lhs:UInt64, rhs:Int):UInt64staticsub(lhs:UInt64, rhs:UInt64):UInt64staticsubI(lhs:UInt64, rhs:Int):UInt64staticxor(lhs:UInt64, rhs:UInt64):UInt64staticxorI(lhs:UInt64, rhs:Int):UInt64
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/UInt64.html