PropagationEvaluationInformationState Property |
Gets the current values of the dependent variables.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double[] State { get; }
Public ReadOnly Property State As Double()
Get
public:
property array<double>^ State {
array<double>^ get ();
}
member State : float[] with get
Property Value
Type:
Double
See Also