Gets and sets the integration method object associated with this function.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public IIntegrator Integrator { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Integrator As IIntegrator |
| Visual C++ |
|---|
public: property IIntegrator^ Integrator { IIntegrator^ get (); void set (IIntegrator^ value); } |