Click or drag to resize

ResamplingNoneExecute Method

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


Namespace: Altaxo.Science.Spectroscopy.Resampling
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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.Resampling.ResamplingNone.Execute(System.Double[],System.Double[],System.Int32[])"]

y  Double

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

regions  Int32

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

Return Value

ValueTupleDouble, Double, Int32

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

Implements

ISingleSpectrumPreprocessorExecute(Double, Double, Int32)
See Also