Click or drag to resize

PronySeriesInterpolationBaseWithSpecifiedXMinimumMaximumAndFixedNumberOfPoints Method

Creates a copy with a manually specified x-range and a fixed number of Prony terms.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PronySeriesInterpolationBase WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(
	double xmin,
	double xmax,
	int numberOfPoints
)

Parameters

xmin  Double
Lower bound of the x-range.
xmax  Double
Upper bound of the x-range.
numberOfPoints  Int32
Exact number of Prony terms to use.

Return Value

PronySeriesInterpolationBase
A new record that reflects the provided parameters.
See Also