Class PdfExponentialFunction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Defines an exponential interpolation of one input value and n
output values:
f(x) = y0, ..., yn-1
.
public sealed class PdfExponentialFunction : PdfFunction
- Inheritance
-
PdfExponentialFunction
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfExponentialFunction(PdfDocument, double, double[])
Initializes a new instance of the PdfExponentialFunction class.
- PdfExponentialFunction(PdfDocument, double, double[], double[], double[])
Initializes a new instance of the PdfExponentialFunction class.
- PdfExponentialFunction(PdfDocument, double, double[], double[], double[], double[]?)
Initializes a new instance of the PdfExponentialFunction class.
Properties
- C0
Gets the array of numbers defining the function result when
x
= 0.0.
- C1
Gets the array of numbers defining the function result when
x
= 1.0.
- Domain
Gets the domain of the function.
- Exponent
Gets the interpolation exponent of this function.
- Range
Gets the range of the function.
Methods
- ToString()
Returns a string that represents this PdfExponentialFunction instance.