PropagationStateArrayOverallState 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also