ExponentialFunction

ExponentialFunction

Overview

ExponentialFunction is a class in Aspose.PDF FOSS for .NET. Inherits from: PdfFunction.

Exponential interpolation function (§7.10.3).

This class provides 1 method for working with ExponentialFunction objects in .NET programs. Available methods include: Evaluate. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: C0, C1, Domain, N, Range.

Properties

NameTypeAccessDescription
C0double[]ReadGets the c0.
C1double[]ReadGets the c1.
NdoubleReadGets the n.
Domaindouble[][]ReadInput domain — one [min, max] pair per input dimension.
Rangedouble[][]?ReadOutput range — one [min, max] pair per output.

Methods

SignatureDescription
Evaluate(inputs: double[])Evaluate the function.

See Also