Click or drag to resize

CroppingByIndices.Execute Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.Cropping.CroppingByIndices.Execute(System.Double[],System.Double[],System.Int32[])"]


Namespace: Altaxo.Science.Spectroscopy.Cropping
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public (double[] , double[] , int[] ) Execute(
	double[] x,
	double[] y,
	int[]? regions
)

Parameters

x  Double[]

[Missing <param name="x"/> documentation for "M:Altaxo.Science.Spectroscopy.Cropping.CroppingByIndices.Execute(System.Double[],System.Double[],System.Int32[])"]

y  Double[]

[Missing <param name="y"/> documentation for "M:Altaxo.Science.Spectroscopy.Cropping.CroppingByIndices.Execute(System.Double[],System.Double[],System.Int32[])"]

regions  Int32[]

[Missing <param name="regions"/> documentation for "M:Altaxo.Science.Spectroscopy.Cropping.CroppingByIndices.Execute(System.Double[],System.Double[],System.Int32[])"]

Return Value

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

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.Cropping.CroppingByIndices.Execute(System.Double[],System.Double[],System.Int32[])"]

Implements

ISingleSpectrumPreprocessor.Execute(Double[], Double[], Int32[])
See Also