OdeIntegrator.LastTime Property

Gets the last time for which the integration has been calculated. This may be past the final time.

Definition

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected double LastTime { get; set; }

Property Value

Double

See Also