The MultiVariableFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultiVariableFunction |
Constructs a MultiVariableFunction instance that encapsulates a given
function of one or more variables.
|
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Creates a deep copy of this function.
| |
| Divide | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Evaluate |
Evaluates the current function at the given position.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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 NMathFunctions..::.DoubleVectorDoubleFunction.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negates the specified function.
|
Properties
| Name | Description | |
|---|---|---|
| Function |
Gets the function encapsulated by this object.
|