![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Negated function functor: -f(x). More...
#include <MathUtils_FunctorScalar.hxx>
Public Member Functions | |
| Negated (F theF) | |
| Constructor from function. | |
| bool | Value (double theX, double &theY) const |
| Evaluates negated function -f(theX). | |
|
inlineexplicit |
Constructor from function.
| theF | function to negate |
|
inline |
Evaluates negated function -f(theX).
| [in] | theX | input value |
| [out] | theY | negated value |