public sealed class DateSpline : Spline<Date>| DateSpline | Interpolates temporal series. |
| 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) |
| ItemDate | Gets the interpolated value at a given date. |
| ItemDouble | 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) |