Click or drag to resize

TwoVariableIntegratorDyIntegrator Property

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

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

Property Value

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