#include <PdfFunction.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Create a new PdfExponentialFunction object.
- Parameters:
-
rDomain | this array describes the input parameters of this PdfFunction. If this function has m input parameters, this array has to contain 2*m numbers where each number describes either the lower or upper boundary of the input range. |
rC0 | |
rC1 | |
dExponent | |
pParent | parent vector of objects |
Create a new PdfExponentialFunction object.
- Parameters:
-
rDomain | this array describes the input parameters of this PdfFunction. If this function has m input parameters, this array has to contain 2*m numbers where each number describes either the lower or upper boundary of the input range. |
rC0 | |
rC1 | |
dExponent | |
pParent | parent document |