VectorSpacingEvaluator Constructor |
Constructor. Takes an read only vector and evaluates the spaces between
the vector elements.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorSpacingEvaluator(
IReadOnlyList<double> vec
)
Parameters
- vec IReadOnlyListDouble
- The vector.
See Also