| CsInterpolate Constructor |
| Name | Description | |
|---|---|---|
| CsInterpolate(Double, Double) |
Constructs a cubic spline that interpolates the given data points.
| |
| CsInterpolate(Double, Double, CsInterpolateCondition, Double, CsInterpolateCondition, Double) |
Constructs a cubic spline that interpolates the given data points
with specified derivative endpoint conditions.
|