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.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void CheckValidDataAndXStrictlyMonotonicallyIncreasing(
double[] x,
double[] y
)
Parameters
- x Double
- The x data.
- y Double
- The y data.
See Also