The MultiVariableFunction type exposes the following members.

Constructors

  NameDescription
MultiVariableFunction
Constructs a MultiVariableFunction instance that encapsulates a given function of one or more variables.

Methods

  NameDescription
AddOverloaded.
Clone
Creates a deep copy of this function.
DivideOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
MultiplyOverloaded.
Negate
Negates the specified function.
SubtractOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
AdditionOverloaded.
DivisionOverloaded.
Implicit
Implicit conversion from a NMathFunctions..::.DoubleVectorDoubleFunction.
MultiplyOverloaded.
SubtractionOverloaded.
UnaryNegation
Negates the specified function.

Properties

  NameDescription
Function
Gets the function encapsulated by this object.

See Also