stella.parameter
Class SerialValue.DewarPressure

java.lang.Object
  extended by stella.parameter.SerialValue.DewarPressure
All Implemented Interfaces:
Function
Enclosing class:
SerialValue

public static class SerialValue.DewarPressure
extends Object
implements Function

Dewar pressure conversion function.


Constructor Summary
SerialValue.DewarPressure()
           
 
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
 

Constructor Detail

SerialValue.DewarPressure

public SerialValue.DewarPressure()
Method Detail

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