gnu.ecmascript

Class Convert

public class Convert extends Object

Method Summary
inttoInt32(double x)
inttoInt32(Object x)
static doubletoInteger(double x)
static doubletoInteger(Object x)
static doubletoNumber(Object x)

Method Detail

toInt32

public int toInt32(double x)

toInt32

public int toInt32(Object x)

toInteger

public static double toInteger(double x)

toInteger

public static double toInteger(Object x)

toNumber

public static double toNumber(Object x)