The OneVariableFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OneVariableFunction |
Constructs a OneVariableFunction instance that encapsulates a given
function of one variable.
|
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Creates a deep copy of this function.
| |
| Derivative |
Returns the first derivative of this function.
| |
| Differentiate |
Computes the numerical derivative of the current function at the given
x-value.
| |
| Divide | Overloaded. | |
| 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.) | |
| Integrate |
Computes the integral of the current function over the specified
interval.
| |
| Multiply | Overloaded. | |
| Negate |
Negates the specified function.
| |
| Subtract | Overloaded. | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Division | Overloaded. | |
| Implicit |
Implicit conversion from a DoubleUnaryFunction to a OneVariableFunction.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negates the specified function.
|
Properties
| Name | Description | |
|---|---|---|
| DefaultDifferentiator |
Gets and sets the default differentiator associated with functions of one
variable.
| |
| DefaultIntegrator |
Gets and sets the default integrator associated with functions of one
variable.
| |
| Differentiator |
Gets and sets the differentiation method object associated with this function.
| |
| Function |
Gets the function encapsulated by this object.
| |
| Integrator |
Gets and sets the integration method object associated with this function.
|