AuxiliaryStateElementConverter.AuxiliaryIndices Property |
Gets the indices into the auxiliary state output.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int[] AuxiliaryIndices { get; }
Public ReadOnly Property AuxiliaryIndices As Integer()
Get
public:
property array<int>^ AuxiliaryIndices {
array<int>^ get ();
}
member AuxiliaryIndices : int[] with get
Property Value
Type:
Int32[]
See Also