Class Convert


  • public class Convert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Convert()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int toInt32​(double x)  
      int toInt32​(java.lang.Object x)  
      static double toInteger​(double x)  
      static double toInteger​(java.lang.Object x)  
      static double toNumber​(java.lang.Object x)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Convert

        public Convert()
    • Method Detail

      • toNumber

        public static double toNumber​(java.lang.Object x)
      • toInteger

        public static double toInteger​(double x)
      • toInteger

        public static double toInteger​(java.lang.Object x)
      • toInt32

        public int toInt32​(double x)
      • toInt32

        public int toInt32​(java.lang.Object x)