Bit

Bit

package lua

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/lua/Bit.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部