stella.parameter
Class SerialValue.DewarPressure
java.lang.Object
stella.parameter.SerialValue.DewarPressure
- All Implemented Interfaces:
- Function
- Enclosing class:
- SerialValue
public static class SerialValue.DewarPressure
- extends Object
- implements Function
Dewar pressure conversion function.
|
Method Summary |
double |
evaluate(double read)
Given the value of the independant variable, this method returns
the value of the function as a primitive double. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialValue.DewarPressure
public SerialValue.DewarPressure()
evaluate
public double evaluate(double read)
- Description copied from interface:
Function
- Given the value of the independant variable, this method returns
the value of the function as a primitive double.
- Specified by:
evaluate in interface Function