W3cubDocs

/Haxe C#

UInt64

package cs

from Int64, Float, Int64, Int

import cs.StdTypes

Available on cs

Static methods

static add (lhs:UInt64, rhs:UInt64):UInt64

static addI (lhs:UInt64, rhs:Int):UInt64

static and (lhs:UInt64, rhs:UInt64):UInt64

static andI (lhs:UInt64, rhs:Int):UInt64

static bneg (t:UInt64):UInt64

static div (lhs:UInt64, rhs:UInt64):UInt64

static divI (lhs:UInt64, rhs:Int):UInt64

static gt (lhs:UInt64, rhs:UInt64):Bool

static gte (lhs:UInt64, rhs:UInt64):Bool

static lt (lhs:UInt64, rhs:UInt64):Bool

static lte (lhs:UInt64, rhs:UInt64):Bool

static mod (lhs:UInt64, rhs:UInt64):UInt64

static modI (lhs:UInt64, rhs:Int):UInt64

static mul (lhs:UInt64, rhs:UInt64):UInt64

static mulI (lhs:UInt64, rhs:Int):UInt64

static neg (t:UInt64):UInt64

static or (lhs:UInt64, rhs:UInt64):UInt64

static orI (lhs:UInt64, rhs:Int):UInt64

static postDecrement (t:UInt64):UInt64

static postIncrement (t:UInt64):UInt64

static preDecrement (t:UInt64):UInt64

static preIncrement (t:UInt64):UInt64

static shl (lhs:UInt64, rhs:UInt64):UInt64

static shlI (lhs:UInt64, rhs:Int):UInt64

static shr (lhs:UInt64, rhs:UInt64):UInt64

static shrI (lhs:UInt64, rhs:Int):UInt64

static sub (lhs:UInt64, rhs:UInt64):UInt64

static subI (lhs:UInt64, rhs:Int):UInt64

static xor (lhs:UInt64, rhs:UInt64):UInt64

static xorI (lhs:UInt64, rhs:Int):UInt64

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