Class PdfExponentialInterpolationFunction
- Namespace
- Syncfusion.Pdf.Functions
- Assembly
- Syncfusion.Pdf.Portable.dll
Implements PDF Exponential Interpolation Function.
public class PdfExponentialInterpolationFunction : PdfFunction
- Inheritance
-
PdfExponentialInterpolationFunction
- Inherited Members
Constructors
PdfExponentialInterpolationFunction(bool)
Initializes a new instance of the PdfExponentialInterpolationFunction class.
public PdfExponentialInterpolationFunction(bool Init)
Parameters
Init
boolinit
Fields
m_c0
Local variable to store the function result when x = 0.
protected float[] m_c0
Field Value
- float[]
m_c1
Local variable to store the function result when x = 1.
protected float[] m_c1
Field Value
- float[]
Properties
C0
Gets or sets the function result when x = 0.
public float[] C0 { get; set; }
Property Value
- float[]
C1
Gets or sets the function result when x = 1.
public float[] C1 { get; set; }
Property Value
- float[]
Exponent
Gets or sets the Exponent.
public float Exponent { get; set; }