The TabulatedFunction type exposes the following members.

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.
GetXs
Gets the x, or independent, values represented by this function.
GetXVector
Gets the x, or independent, values represented by this function.
GetY
Returns the value of the tabulated dependent values at the specified index.
GetYs
Gets the y, or dependent, values represented by this function.
GetYVector
Gets the y, or dependent, values represented by this function.
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.

See Also