The TwoVariableIntegrator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TwoVariableIntegrator | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this two variable integrator.
| |
| Equals | (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.) | |
| Integrate | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|