UInt64

package cs

from Int64, Float, Int64, Int

import cs.StdTypes

Available on cs

Static methods

staticadd(lhs:UInt64, rhs:UInt64):UInt64

staticaddI(lhs:UInt64, rhs:Int):UInt64

staticand(lhs:UInt64, rhs:UInt64):UInt64

staticandI(lhs:UInt64, rhs:Int):UInt64

staticbneg(t:UInt64):UInt64

staticdiv(lhs:UInt64, rhs:UInt64):UInt64

staticdivI(lhs:UInt64, rhs:Int):UInt64

staticgt(lhs:UInt64, rhs:UInt64):Bool

staticgte(lhs:UInt64, rhs:UInt64):Bool

staticlt(lhs:UInt64, rhs:UInt64):Bool

staticlte(lhs:UInt64, rhs:UInt64):Bool

staticmod(lhs:UInt64, rhs:UInt64):UInt64

staticmodI(lhs:UInt64, rhs:Int):UInt64

staticmul(lhs:UInt64, rhs:UInt64):UInt64

staticmulI(lhs:UInt64, rhs:Int):UInt64

staticneg(t:UInt64):UInt64

staticor(lhs:UInt64, rhs:UInt64):UInt64

staticorI(lhs:UInt64, rhs:Int):UInt64

staticpostDecrement(t:UInt64):UInt64

staticpostIncrement(t:UInt64):UInt64

staticpreDecrement(t:UInt64):UInt64

staticpreIncrement(t:UInt64):UInt64

staticshl(lhs:UInt64, rhs:UInt64):UInt64

staticshlI(lhs:UInt64, rhs:Int):UInt64

staticshr(lhs:UInt64, rhs:UInt64):UInt64

staticshrI(lhs:UInt64, rhs:Int):UInt64

staticsub(lhs:UInt64, rhs:UInt64):UInt64

staticsubI(lhs:UInt64, rhs:Int):UInt64

staticxor(lhs:UInt64, rhs:UInt64):UInt64

staticxorI(lhs:UInt64, rhs:Int):UInt64

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/UInt64.html