Gets and sets the default one-variable integrator used to integrate
over y.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static IIntegrator DefaultDyIntegrator { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property DefaultDyIntegrator As IIntegrator |
| Visual C++ |
|---|
public: static property IIntegrator^ DefaultDyIntegrator { 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.DefaultDxIntegrator. |