Click or drag to resize

PdfFuncExponential Class

Represent an exponential interpolation function.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFunction
    Patagames.Pdf.NetPdfFuncExponential

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class PdfFuncExponential : PdfFunction

The PdfFuncExponential type exposes the following members.

Constructors
 NameDescription
Public methodPdfFuncExponential Create new exponential interpolation function.
Top
Properties
 NameDescription
Public propertyDictionary Gets the dictionary of the function.
Public propertyExponent Gets the interpolation exponent.
Public propertyValuesAt0 Get a readonly array of Inputs numbers defining the function result when x = 0.0.
Public propertyValuesAt1 Get a readonly array of Outputs numbers defining the function result when x = 1.0.
Top
Remarks

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

See Also