Gets and sets the one-variable integrator used to integrate over y.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown on set if the given integrator references the same memory as this.DxIntegrator. |