W3cubDocs

/Haxe Lua

Bit

package lua

@:native("_hx_bit") Available on lua

Externs for the "bit" class that is required for Haxe lua

Static methods

static arshift (x:Float, places:Int):Int

static band (a:Float, b:Float):Int

static bnot (x:Float):Int

static bor (a:Float, b:Float):Int

static bxor (a:Float, b:Float):Int

static lshift (x:Float, places:Int):Int

static mod (numerator:Float, denominator:Float):Int

static rshift (x:Float, places:Int):Int

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