Click or drag to resize

PeakFinder_unpack_condition_args Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._unpack_condition_args(System.Object,System.Collections.Generic.IReadOnlyList{System.Double},System.Int32[])"]


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

Parameters

interval  Object

[Missing <param name="interval"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._unpack_condition_args(System.Object,System.Collections.Generic.IReadOnlyList{System.Double},System.Int32[])"]

x  IReadOnlyListDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._unpack_condition_args(System.Object,System.Collections.Generic.IReadOnlyList{System.Double},System.Int32[])"]

peaks  Int32

[Missing <param name="peaks"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._unpack_condition_args(System.Object,System.Collections.Generic.IReadOnlyList{System.Double},System.Int32[])"]

Return Value

ValueTupleDouble, Double

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._unpack_condition_args(System.Object,System.Collections.Generic.IReadOnlyList{System.Double},System.Int32[])"]

See Also