public sealed class VectorSpline : Spline<double>| VectorSpline(DVector, DVector) | Creates an interpolator for a series. |
| VectorSpline(Double, Double, Int32, FuncDouble, Double) | Creates a spline approximating a function in a given interval. |
| Area | Gets the area below the spline in its validity interval. (Inherited from SplineARG) |
| First | Gets the lower bound of the first segment. (Overrides SplineARGFirst) |
| Item | Gets the interpolated value at a given argument. (Inherited from SplineARG) |
| K | Cubic piecewise polynomials. (Inherited from SplineARG) |
| Last | Gets the upper bound of the last segment. (Overrides SplineARGLast) |
| LastCoordinate | Keeps the last coordinate for interpolating arbitrary values. (Inherited from SplineARG) |
| Length | Gets the number of piecewise polynomials. (Inherited from SplineARG) |
| Original | Original series. |
| Derivative | Gets the interpolated derivative at a given argument. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| From | Gets the lower bound of a segment. (Overrides SplineARGFrom(Int32)) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetPoly | Gets a piecewise polynomial by its index. (Inherited from SplineARG) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| NearestArg | Gets the segment date nearest to a given argument. (Inherited from SplineARG) |
| To | Gets the upper bound of a segment. (Overrides SplineARGTo(Int32)) |
| ToString | Gets a textual representation of the spline. (Inherited from SplineARG) |