Class Convert

java.lang.Object
gnu.ecmascript.Convert

public class Convert extends Object
  • Constructor Details

    • Convert

      public Convert()
  • Method Details

    • toNumber

      public static double toNumber(Object x)
    • toInteger

      public static double toInteger(double x)
    • toInteger

      public static double toInteger(Object x)
    • toInt32

      public int toInt32(double x)
    • toInt32

      public int toInt32(Object x)