Documentation of 'javanpst.utils.Formats' Java class
Formats
javanpst.utils

Class Formats



  • public class Formats
    extends java.lang.Object
    A class with some procedures to test format of data
    • Constructor Summary

      Constructors 
      Constructor and Description
      Formats() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean isInt(double x)
      Tests if a given real value is an integer, with a given error bound of 10e-9
      • Methods inherited from class java.lang.Object

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

      • Formats

        public Formats()
    • Method Detail

      • isInt

        public static boolean isInt(double x)
        Tests if a given real value is an integer, with a given error bound of 10e-9
        Parameters:
        x - value to test
        Returns:
        true if the number is an integer, false if not

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.