Click or drag to resize

NumericalIntegratorInitialDependentVariableValues Property

Gets or sets the values of the dependent variables prior to an integration step. These values will be updated to the previous FinalDependentVariableValues at the beginning of each integration step.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double[] InitialDependentVariableValues { get; protected set; }

Property Value

Type: Double
See Also