Click or drag to resize

TwoVariableIntegratorDefaultDyIntegrator Property

Gets and sets the default one-variable integrator used to integrate over y.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static IIntegrator DefaultDyIntegrator { get; set; }

Property Value

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