Click or drag to resize

SpectralPreprocessingOptionsBaseCheckValidDataAndXStrictlyMonotonicallyIncreasing Method

Checks whether the data is valid (no NaNs, no infinite values) and whether x is strictly monotonically increasing. If the data is not valid, a InvalidOperationException is thrown.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void CheckValidDataAndXStrictlyMonotonicallyIncreasing(
	double[] x,
	double[] y
)

Parameters

x  Double
The x data.
y  Double
The y data.
See Also