Click or drag to resize

OneVariableFunction Methods

The OneVariableFunction type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd(Double, OneVariableFunction) Adds the function and scalar.
Public methodStatic memberAdd(OneVariableFunction, OneVariableFunction) Adds the two functions.
Public methodStatic memberAdd(OneVariableFunction, Double) Adds the function and scalar.
Public methodClone Creates a deep copy of this function.
Public methodDerivative Returns the first derivative of this function.
Public methodDifferentiate Computes the numerical derivative of the current function at the given x-value.
Public methodStatic memberDivide(Double, OneVariableFunction) Divides a scalar by a function.
Public methodStatic memberDivide(OneVariableFunction, OneVariableFunction) Divides one function by another.
Public methodStatic memberDivide(OneVariableFunction, Double) Divides a function by a scalar.
Public methodEvaluate(Double) Evaluates the current function at the given x-value.
Public methodEvaluate(DoubleVector) Evaluates the current function at the given set of x-values.
Public methodEvaluate(OneVariableFunction) Creates a composite function.
Public methodIntegrate Computes the integral of the current function over the specified interval.
Public methodStatic memberMultiply(Double, OneVariableFunction) Multiplies a function and a scalar.
Public methodStatic memberMultiply(OneVariableFunction, OneVariableFunction) Multiplies the two functions.
Public methodStatic memberMultiply(OneVariableFunction, Double) Multiplies a function and a scalar.
Public methodStatic memberNegate Negates the specified function.
Public methodStatic memberSubtract(Double, OneVariableFunction) Subtracts a function from a scalar.
Public methodStatic memberSubtract(OneVariableFunction, OneVariableFunction) Subtracts one function from another.
Public methodStatic memberSubtract(OneVariableFunction, Double) Subtracts a scalar from a function.
Top
See Also