Click or drag to resize

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
Syntax
public static IIntegrator DefaultDxIntegrator { get; set; }

Property Value

IIntegrator
Exceptions
ExceptionCondition
InvalidArgumentException Thrown on set if the given integrator references the same memory as this.DefaultDyIntegrator.
See Also