PronySeriesInterpolationBaseWithSpecifiedXMinimumMaximumAndFixedNumberOfPoints Method |
Creates a copy with a manually specified 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 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
PronySeriesInterpolationBaseA new record that reflects the provided parameters.
See Also