Click or drag to resize

CurveBaseThrowIfIsNotMonotonicallyIncreasing Method

Throws an argument exception if the array a is not monotonically increasing. If the array contains NaN, then the function also throws the exception.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static void ThrowIfIsNotMonotonicallyIncreasing(
	IReadOnlyList<double> a,
	string argumentName
)

Parameters

a  IReadOnlyListDouble

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Interpolation.CurveBase.ThrowIfIsNotMonotonicallyIncreasing(System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

argumentName  String

[Missing <param name="argumentName"/> documentation for "M:Altaxo.Calc.Interpolation.CurveBase.ThrowIfIsNotMonotonicallyIncreasing(System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

See Also