Click or drag to resize

TwoVariableIntegrator Methods

The TwoVariableIntegrator type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this two variable integrator.
Public methodIntegrate(DoubleFunctional, Double, Double, OneVariableFunction, OneVariableFunction) Integrates the given two-variable function over the given bounds.
Public methodIntegrate(DoubleFunctional, Double, Double, OneVariableFunction, Double) Integrates the given two-variable function over the given bounds.
Public methodIntegrate(DoubleFunctional, Double, Double, Double, OneVariableFunction) Integrates the given two-variable function over the given bounds.
Public methodIntegrate(DoubleFunctional, Double, Double, Double, Double) Integrates the given two-variable function over the given bounds.
Public methodIntegrate(MultiVariableFunction, Double, Double, OneVariableFunction, OneVariableFunction)Obsolete.
Integrates the given two-variable function over the given bounds.
Public methodIntegrate(MultiVariableFunction, Double, Double, OneVariableFunction, Double)Obsolete.
Integrates the given two-variable function over the given bounds.
Public methodIntegrate(MultiVariableFunction, Double, Double, Double, OneVariableFunction)Obsolete.
Integrates the given two-variable function over the given bounds.
Public methodIntegrate(MultiVariableFunction, Double, Double, Double, Double)Obsolete.
Integrates the given two-variable function over the given bounds.
Top
See Also