#include <FloatFun.h>
Inheritance diagram for FloatFunComp:
This class is the base class for the result of all comparisons like FloatFun < FloatFun. It allows to chain comparisons, i.e. write 1<x<2 instead of (1<x)&&(x<2).
Definition at line 98 of file FloatFun.h.
Public Member Functions | |
FloatFunComp (const std::string &name_) | |
virtual Float_FF | lhsValue () const=0 |
Returns value of left-hand side argument. | |
virtual Float_FF | rhsValue () const=0 |
Returns value of left-hand side argument. |