Click or drag to resize

PronySeriesInterpolationBaseWithSpecifiedXMinimumMaximumAndFixedNumberOfPoints Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(System.Double,System.Double,System.Int32)"]


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

Parameters

xmin  Double

[Missing <param name="xmin"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(System.Double,System.Double,System.Int32)"]

xmax  Double

[Missing <param name="xmax"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(System.Double,System.Double,System.Int32)"]

numberOfPoints  Int32

[Missing <param name="numberOfPoints"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(System.Double,System.Double,System.Int32)"]

Return Value

PronySeriesInterpolationBase

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.WithSpecifiedXMinimumMaximumAndFixedNumberOfPoints(System.Double,System.Double,System.Int32)"]

See Also