haXe API Documentation
Back |
Indexclass neko.Int32
Available in neko
- static function add(Int32, Int32) : Int32
- static function address(Dynamic) : Int32
- static function and(Int32, Int32) : Int32
- static function compare(Int32, Int32) : Int
- static function complement(Int32) : Int32
- static function div(Int32, Int32) : Int32
- static function make(a : Int, b : Int) : Int32
- static function mod(Int32, Int32) : Int32
- static function mul(Int32, Int32) : Int32
- static function neg(Int32) : Int32
- static function ofInt(Int) : Int32
- static function or(Int32, Int32) : Int32
- static function read(i : neko.io.Input, ?b : Bool) : Int32
- static function shl(Int32, Int) : Int32
- static function shr(Int32, Int) : Int32
- static function sub(Int32, Int32) : Int32
- static function toFloat(Int32) : Float
- static function toInt(Int32) : Int
- static function ushr(Int32, Int) : Int32
- static function write(o : neko.io.Output, i : Int32, ?b : Bool) : Void
- static function xor(Int32, Int32) : Int32
Back |
Index