NumericalPropagationStateHistoryStates Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListDoubleSee Also