CurveBaseIsStrictlyMonotonicallyIncreasing Method |
Determines whether the elements of a are strictly monotonically increasing.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected static bool IsStrictlyMonotonicallyIncreasing(
IReadOnlyList<double> a
)
Parameters
- a IReadOnlyListDouble
- The sequence to test. Must not be empty.
Return Value
Booleantrue when each element is greater than its predecessor; otherwise
false.
Exceptions
See Also