Click or drag to resize

PronySeriesInterpolationBaseWithAutomaticXMinimumMaximumAndFixedNumberOfPoints Method

Creates a copy with automatically determined 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 WithAutomaticXMinimumMaximumAndFixedNumberOfPoints(
	int numberOfPoints
)

Parameters

numberOfPoints  Int32
Exact number of Prony terms to use.

Return Value

PronySeriesInterpolationBase
A new record configured for automatic x-range detection with the requested amount of points.
See Also