W3cubDocs

/Haxe Java

Int64

package java

from Float, Int

import java.StdTypes

Available on java

Static methods

@:noExpr @:op(A + B) static add (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A + B) static add (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A + B) static addI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A + B) static addI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A & B) static and (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A & B) static and (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A & B) static andI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A & B) static andI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(~A) static bneg (t:Int64):Int64

@:noExpr @:op(~A) static bneg (t:Int64):Int64

@:noExpr @:op(A / B) static div (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A / B) static div (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A / B) static divI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A / B) static divI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A > B) static gt (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A > B) static gt (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A >= B) static gte (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A >= B) static gte (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A < B) static lt (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A < B) static lt (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A <= B) static lte (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A <= B) static lte (lhs:Int64, rhs:Int64):Bool

@:noExpr @:op(A % B) static mod (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A % B) static mod (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A % B) static modI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A % B) static modI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A * B) static mul (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A * B) static mul (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A * B) static mulI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A * B) static mulI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(-A) static neg (t:Int64):Int64

@:noExpr @:op(-A) static neg (t:Int64):Int64

@:noExpr @:op(A | B) static or (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A | B) static or (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A | B) static orI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A | B) static orI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A--) static postDecrement (t:Int64):Int64

@:noExpr @:op(A--) static postDecrement (t:Int64):Int64

@:noExpr @:op(A++) static postIncrement (t:Int64):Int64

@:noExpr @:op(A++) static postIncrement (t:Int64):Int64

@:noExpr @:op(--A) static preDecrement (t:Int64):Int64

@:noExpr @:op(--A) static preDecrement (t:Int64):Int64

@:noExpr @:op(++A) static preIncrement (t:Int64):Int64

@:noExpr @:op(++A) static preIncrement (t:Int64):Int64

@:noExpr @:op(A << B) static shl (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A << B) static shl (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A << B) static shlI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A << B) static shlI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A >> B) static shr (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A >> B) static shr (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A >> B) static shrI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A >> B) static shrI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A - B) static sub (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A - B) static sub (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A - B) static subI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A - B) static subI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A >>> B) static ushr (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A >>> B) static ushr (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A >>> B) static ushrI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A >>> B) static ushrI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A ^ B) static xor (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A ^ B) static xor (lhs:Int64, rhs:Int64):Int64

@:noExpr @:op(A ^ B) static xorI (lhs:Int64, rhs:Int):Int64

@:noExpr @:op(A ^ B) static xorI (lhs:Int64, rhs:Int):Int64

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/Int64.html