OdeIntegrator.LastValue Property

Gets the last value that was calculated.

Definition

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected Vector<double> LastValue { get; }

Property Value

Vector<Double>

See Also