The TwoVariableIntegrator type exposes the following members.

Constructors

  NameDescription
TwoVariableIntegratorOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this two variable integrator.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IntegrateOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DefaultDxIntegrator
Gets and sets the default one-variable integrator used to integrate over x.
DefaultDyIntegrator
Gets and sets the default one-variable integrator used to integrate over y.
DxIntegrator
Gets and sets the one-variable integrator used to integrate over x.
DyIntegrator
Gets and sets the one-variable integrator used to integrate over y.

See Also