![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Sum of functions functor: f(x) + g(x). More...
#include <MathUtils_FunctorScalar.hxx>
Public Member Functions | |
| Sum (F theF, G theG) | |
| Constructor from two functions. | |
| bool | Value (double theX, double &theY) const |
| Evaluates sum f(theX) + g(theX). | |
Sum of functions functor: f(x) + g(x).
Usage:
| F | first function type |
| G | second function type |
Constructor from two functions.
| theF | first function |
| theG | second function |
|
inline |