The CubicSpline type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this function.
(Inherited from OneVariableFunction.) | |
| Derivative |
Returns the first derivative of this function.
(Inherited from OneVariableFunction.) | |
| Differentiate |
Computes the numerical derivative of the current function at the given
x-value.
(Inherited from OneVariableFunction.) | |
| Equals | (Inherited from Object.) | |
| Evaluate | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetX |
Returns the value of the tabulated independent values at the specified
index.
(Inherited from TabulatedFunction.) | |
| GetXs |
Gets the x, or independent, values represented by this function.
(Inherited from TabulatedFunction.) | |
| GetXVector |
Gets the x, or independent, values represented by this function.
(Inherited from TabulatedFunction.) | |
| GetY |
Returns the value of the tabulated dependent values at the specified
index.
(Inherited from TabulatedFunction.) | |
| GetYs |
Gets the y, or dependent, values represented by this function.
(Inherited from TabulatedFunction.) | |
| GetYVector |
Gets the y, or dependent, values represented by this function.
(Inherited from TabulatedFunction.) | |
| Integrate |
Computes the integral of the current function over the specified
interval.
(Inherited from OneVariableFunction.) | |
| SetTabulatedValues | Overloaded. | |
| SetX | Overloaded. | |
| SetY | Overloaded. | |
| ToString | (Inherited from Object.) |