Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfExponentialFunction : PdfFunction
Public NotInheritable Class PdfExponentialFunction Inherits PdfFunction
The PdfExponentialFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |