Pdf |
The PdfFuncExponential type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFuncExponential | Create new exponential interpolation function. |
| Name | Description | |
|---|---|---|
| Dictionary | Gets the dictionary of the function. | |
| Exponent | Gets the interpolation exponent. | |
| ValuesAt0 | Get a readonly array of Inputs numbers defining the function result when x = 0.0. | |
| ValuesAt1 | Get a readonly array of Outputs numbers defining the function result when x = 1.0. |
Exponential interpolation functions include a set of parameters that define an exponential interpolation of one input value and Outputs output values:
f(x) = y0, ..., yn-Outputs