W3cubDocs

/Haxe C#

Int64

package cs

from Float, Int

import cs.StdTypes

Available on cs

Static methods

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

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

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

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

static bneg (t:Int64):Int64

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

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

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

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

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

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

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

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

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

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

static neg (t:Int64):Int64

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

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

static postDecrement (t:Int64):Int64

static postIncrement (t:Int64):Int64

static preDecrement (t:Int64):Int64

static preIncrement (t:Int64):Int64

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

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

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

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

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

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

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

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

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