PropagationStateArray.IndicesIntoOverallState Property |
Gets the set of indices for each sub-state element which represent the
indices into the
OverallState.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int[] IndicesIntoOverallState { get; }
Public ReadOnly Property IndicesIntoOverallState As Integer()
Get
public:
property array<int>^ IndicesIntoOverallState {
array<int>^ get ();
}
member IndicesIntoOverallState : int[] with get
Property Value
Type:
Int32[]
See Also