gnu.ecmascript

Class Convert


public class Convert
extends java.lang.Object

Method Summary

int
toInt32(Object x)
int
toInt32(double x)
static double
toInteger(Object x)
static double
toInteger(double x)
static double
toNumber(Object x)

Method Details

toInt32

public int toInt32(Object x)

toInt32

public int toInt32(double x)

toInteger

public static double toInteger(Object x)

toInteger

public static double toInteger(double x)

toNumber

public static double toNumber(Object x)