Click or drag to resize

TwoVariableIntegratorDxIntegrator Property

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

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

Property Value

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