Skip to main content
All docs
V26.1
  • ExponentialInterpolationFunction(Double[], Double[], Double) Constructor

    Initializes a new instance of the ExponentialInterpolationFunction class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public ExponentialInterpolationFunction(
        double[] c0,
        double[] c1,
        double exponent
    )

    Parameters

    Name Type
    c0 Double[]
    c1 Double[]
    exponent Double
    See Also