Click or drag to resize

PronySeriesInterpolationBaseGetWorkingXMinMaxNumberOfPoints Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.GetWorkingXMinMaxNumberOfPoints(System.Collections.Generic.IReadOnlyList{System.Double})"]


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected (double workingXMinimum, double workingXMaximum, int workingNumberOfPoints) GetWorkingXMinMaxNumberOfPoints(
	IReadOnlyList<double> xvec
)

Parameters

xvec  IReadOnlyListDouble

[Missing <param name="xvec"/> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.GetWorkingXMinMaxNumberOfPoints(System.Collections.Generic.IReadOnlyList{System.Double})"]

Return Value

ValueTupleDouble, Double, Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.GetWorkingXMinMaxNumberOfPoints(System.Collections.Generic.IReadOnlyList{System.Double})"]

See Also