Int32
class neko.Int32Available 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 : 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 : Output, i : Int32, ?b : Bool ) : Void
static function xor( Int32, Int32 ) : Int32
version #922, modified 2008-05-02 19:18:55 by api
0 comment