PronySeriesInterpolationBaseWithAutomaticXMinimumMaximumAndFixedNumberOfPoints Method |
Creates a copy with automatically determined x-range and a fixed number of Prony terms.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PronySeriesInterpolationBase WithAutomaticXMinimumMaximumAndFixedNumberOfPoints(
int numberOfPoints
)
Parameters
- numberOfPoints Int32
- Exact number of Prony terms to use.
Return Value
PronySeriesInterpolationBaseA new record configured for automatic x-range detection with the requested amount of points.
See Also