public class DoubleWithError extends Object
ScientificFormat
Constructor and Description |
---|
DoubleWithError(double value,
double error) |
DoubleWithError(double value,
double plusError,
double minError) |
Modifier and Type | Method and Description |
---|---|
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() |
public DoubleWithError(double value, double error)
public DoubleWithError(double value, double plusError, double minError)
public void setError(double error)
public void setError(double plusError, double minError)
public double getError()
public double getPlusError()
public double getMinError()
public boolean hasAsymmetricError()
public void setValue(double value)
public double getValue()
Copyright © 2014. All rights reserved.