The CubicSpline type exposes the following members.

Constructors

  NameDescription
CubicSplineOverloaded.

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateOverloaded.
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.)
SetTabulatedValuesOverloaded.
SetXOverloaded.
SetYOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Differentiator
Gets and sets the differentiation method object associated with this function.
(Inherited from OneVariableFunction.)
Function
Gets the function encapsulated by this object.
(Inherited from OneVariableFunction.)
Integrator
Gets and sets the integration method object associated with this function.
(Inherited from OneVariableFunction.)
NumberOfTabulatedValues
Gets the number of tabulated values.
(Inherited from TabulatedFunction.)

See Also