W3cubDocs

/Haxe C#

UInt64

package cs

from Int64, Float, Int64, Int

import cs.StdTypes

Available on cs

Static methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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