AuxiliaryStateElementConverter Constructor (String, Int32) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected AuxiliaryStateElementConverter(
string identification,
int[] indices
)
Protected Sub New (
identification As String,
indices As Integer()
)
protected:
AuxiliaryStateElementConverter(
String^ identification,
array<int>^ indices
)
new :
identification : string *
indices : int[] -> AuxiliaryStateElementConverter
Parameters
- identification
- Type: SystemString
A string identifying this instance in the overall output. - indices
- Type: SystemInt32
The indices of the individual values in the overall auxiliary state.
See Also