 | OneVariableFunctionIntegrator Property |
Gets and sets the integration method object associated with this function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IIntegrator Integrator { get; set; }
Public Property Integrator As IIntegrator
Get
Set
public:
property IIntegrator^ Integrator {
IIntegrator^ get ();
void set (IIntegrator^ value);
}
member Integrator : IIntegrator with get, set
Property Value
IIntegrator
See Also