Click or drag to resize

PeakFittingSeparately.Execute(Double[], Double[], Int32[], IReadOnlyList<ValueTuple<IReadOnlyList<PeakDescription>, Int32, Int32>>, CancellationToken) Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]


Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public (double[] , double[] , int[] , IReadOnlyList<(IReadOnlyList<PeakDescription> , int , int )>? peakFittingResults) Execute(
	double[] xArray,
	double[] yArray,
	int[]? regions,
	IReadOnlyList<(IReadOnlyList<PeakDescription> PeakDescriptions, int StartOfRegion, int EndOfRegion)> peakDescriptions,
	CancellationToken cancellationToken
)

Parameters

xArray  Double[]

[Missing <param name="xArray"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

yArray  Double[]

[Missing <param name="yArray"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

regions  Int32[]

[Missing <param name="regions"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

peakDescriptions  IReadOnlyList<ValueTuple<IReadOnlyList<PeakDescription>, Int32, Int32>>

[Missing <param name="peakDescriptions"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

Return Value

ValueTuple<Double[], Double[], Int32[], IReadOnlyList<ValueTuple<IReadOnlyList<PeakDescription>, Int32, Int32>>>

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.PeakFittingSeparately.Execute(System.Double[],System.Double[],System.Int32[],System.Collections.Generic.IReadOnlyList{System.ValueTuple{System.Collections.Generic.IReadOnlyList{Altaxo.Science.Spectroscopy.PeakSearching.PeakDescription},System.Int32,System.Int32}},System.Threading.CancellationToken)"]

Implements

IPeakFitting.Execute(Double[], Double[], Int32[], IReadOnlyList<ValueTuple<IReadOnlyList<PeakDescription>, Int32, Int32>>, CancellationToken)
See Also