Gets and sets the one-variable integrator used to integrate over y.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IIntegrator DyIntegrator { get; set; }
Visual Basic (Declaration)
Public Property DyIntegrator As IIntegrator
Visual C++
public:
property IIntegrator^ DyIntegrator {
	IIntegrator^ get ();
	void set (IIntegrator^ value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown on set if the given integrator references the same memory as this.DxIntegrator.

See Also