PropagationStateArrayIndicesIntoOverallState 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also