Gets and sets the default integrator associated with functions of one
variable.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static IIntegrator DefaultIntegrator { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property DefaultIntegrator As IIntegrator |
| Visual C++ |
|---|
public: static property IIntegrator^ DefaultIntegrator { IIntegrator^ get (); void set (IIntegrator^ value); } |