PeakFinder_unpack_condition_args Method |
Converts interval arguments into per-peak lower and upper bounds.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected (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,
DoubleThe lower and upper bounds aligned with
peaks.
See Also