package cs
import cs.StdTypes
Available on csstatic add (lhs:UInt64, rhs:UInt64):UInt64static addI (lhs:UInt64, rhs:Int):UInt64static and (lhs:UInt64, rhs:UInt64):UInt64static andI (lhs:UInt64, rhs:Int):UInt64static bneg (t:UInt64):UInt64static div (lhs:UInt64, rhs:UInt64):UInt64static divI (lhs:UInt64, rhs:Int):UInt64static gt (lhs:UInt64, rhs:UInt64):Boolstatic gte (lhs:UInt64, rhs:UInt64):Boolstatic lt (lhs:UInt64, rhs:UInt64):Boolstatic lte (lhs:UInt64, rhs:UInt64):Boolstatic mod (lhs:UInt64, rhs:UInt64):UInt64static modI (lhs:UInt64, rhs:Int):UInt64static mul (lhs:UInt64, rhs:UInt64):UInt64static mulI (lhs:UInt64, rhs:Int):UInt64static neg (t:UInt64):UInt64static or (lhs:UInt64, rhs:UInt64):UInt64static orI (lhs:UInt64, rhs:Int):UInt64static postDecrement (t:UInt64):UInt64static postIncrement (t:UInt64):UInt64static preDecrement (t:UInt64):UInt64static preIncrement (t:UInt64):UInt64static shl (lhs:UInt64, rhs:UInt64):UInt64static shlI (lhs:UInt64, rhs:Int):UInt64static shr (lhs:UInt64, rhs:UInt64):UInt64static shrI (lhs:UInt64, rhs:Int):UInt64static sub (lhs:UInt64, rhs:UInt64):UInt64static subI (lhs:UInt64, rhs:Int):UInt64static xor (lhs:UInt64, rhs:UInt64):UInt64static xorI (lhs:UInt64, rhs:Int):UInt64
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/UInt64.html