 | TwoVariableIntegratorDefaultDxIntegrator Property |
Gets and sets the default one-variable integrator used to integrate
over x.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic static IIntegrator DefaultDxIntegrator { get; set; }
Public Shared Property DefaultDxIntegrator As IIntegrator
Get
Set
public:
static property IIntegrator^ DefaultDxIntegrator {
IIntegrator^ get ();
void set (IIntegrator^ value);
}
static member DefaultDxIntegrator : IIntegrator with get, set
Property Value
Type:
IIntegrator
ExceptionsException | Condition |
---|
InvalidArgumentException |
Thrown on set if the given integrator references the same memory as this.DefaultDyIntegrator.
|
See Also