Click or drag to resize

SmoothingCubicSplineBase_xVec Field

Wraps the x-values used for interpolation.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected IReadOnlyList<double>? _xVec

Field Value

IReadOnlyListDouble
See Also