Click or drag to resize

PeakFinder_unpack_condition_args Method

Converts interval arguments into per-peak lower and upper bounds.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected (double[] , double[]? ) _unpack_condition_args(
	Object interval,
	IReadOnlyList<double> x,
	int[] peaks
)

Parameters

interval  Object
The interval specification supplied by the caller.
x  IReadOnlyListDouble
The source data used to expand scalar interval specifications.
peaks  Int32
The selected peak indices.

Return Value

ValueTupleDouble, Double
The lower and upper bounds aligned with peaks.
See Also