org.freehep.util
Class DoubleWithError

java.lang.Object
  extended by org.freehep.util.DoubleWithError

public class DoubleWithError
extends Object

A class that encapsulates a value and its error. Primarily for use with ScientificFormat

Version:
$Id: DoubleWithError.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson, Mark Donszelmann
See Also:
ScientificFormat

Constructor Summary
DoubleWithError(double value, double error)
           
DoubleWithError(double value, double plusError, double minError)
           
 
Method Summary
 double getError()
           
 double getMinError()
           
 double getPlusError()
           
 double getValue()
           
 boolean hasAsymmetricError()
           
 void setError(double error)
           
 void setError(double plusError, double minError)
           
 void setValue(double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.