CurveBaseMatchingIndexRange Method |
Return True if vectors have the same index range, False otherwise.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static bool MatchingIndexRange(
IReadOnlyList<double> a,
IReadOnlyList<double> b
)
Parameters
- a IReadOnlyListDouble
- First vector.
- b IReadOnlyListDouble
- Second vector.
Return Value
BooleanTrue if both vectors have the same LowerBounds and the same UpperBounds.
See Also