PropagationStateArray.OverallState Property |
Gets the overall state array which this sub-state maps into.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] OverallState { get; }
Public ReadOnly Property OverallState As Double()
Get
public:
property array<double>^ OverallState {
array<double>^ get ();
}
member OverallState : float[] with get
Property Value
Type:
Double[]
See Also