OdeIntegrator.Task Property

Gets the task to be performed in the current integration.

Definition

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

Property Value

OdeIntegrator.OdeIntegrationTask
An OdeIntegrator.OdeIntegrationTask value.

See Also