org.freehep.util
Class DoubleWithError
java.lang.Object
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
DoubleWithError
public DoubleWithError(double value,
double error)
DoubleWithError
public DoubleWithError(double value,
double plusError,
double minError)
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.