Click or drag to resize

TwoVariableIntegrator(IIntegrator, IIntegrator) Constructor

Constructs a TwoVariableIntegrator with the given one-variable integrators.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoVariableIntegrator(
	IIntegrator dxIntegrator,
	IIntegrator dyIntegrator
)

Parameters

dxIntegrator  IIntegrator
A one-variable integrator for integrating over x.
dyIntegrator  IIntegrator
A one-variable integrator for integrating over y.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the two given integrators reference the same memory.
See Also