NumericalPropagationStateHistoryStates Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic IList<double[]> States { get; }
Public ReadOnly Property States As IList(Of Double())
Get
public:
property IList<array<double>^>^ States {
IList<array<double>^>^ get ();
}
member States : IList<float[]> with get
Property Value
Type:
IListDouble
See Also