Constructs the Akima cubic spline interpolant to the given data points.
double array containing the x-coordinates of the data. Values must be distinct. double array containing the y-coordinates of the data. | Exception Type | Condition |
|---|---|
| ArgumentException | is thrown if the arrays xData and yData do not have the same length |
CsAkima Class | Imsl.Math Namespace