OdeIntegrator.Task Property

Gets the task to be performed in the current integration.

Definition

Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected OdeIntegrator.OdeIntegrationTask Task { get; }

Property Value

OdeIntegrator.OdeIntegrationTask
An OdeIntegrator.OdeIntegrationTask value.

See Also