Click or drag to resize

CurveBaseMatchingIndexRange Method

Return True if vectors have the same index range, False otherwise.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static bool MatchingIndexRange(
	IReadOnlyList<double> a,
	IReadOnlyList<double> b
)

Parameters

a  IReadOnlyListDouble
First vector.
b  IReadOnlyListDouble
Second vector.

Return Value

Boolean
True if both vectors have the same LowerBounds and the same UpperBounds.
See Also