Documentation of 'org.freehep.util.DoubleWithError' Java class
DoubleWithError
org.freehep.util

Class DoubleWithError



  • public class DoubleWithError
    extends java.lang.Object
    A class that encapsulates a value and its error. Primarily for use with ScientificFormat
    See Also:
    ScientificFormat
    • Constructor Detail

      • DoubleWithError

        public DoubleWithError(double value,
                               double error)
      • DoubleWithError

        public DoubleWithError(double value,
                               double plusError,
                               double minError)
    • Method Detail

      • setError

        public void setError(double error)
      • setError

        public void setError(double plusError,
                             double minError)
      • getError

        public double getError()
      • getPlusError

        public double getPlusError()
      • getMinError

        public double getMinError()
      • hasAsymmetricError

        public boolean hasAsymmetricError()
      • setValue

        public void setValue(double value)
      • getValue

        public double getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.