AuxiliaryStateVectorGetConverter Method  | 
 
            Gets an instance of an output type which can convert the output of propagation
            back into the native type of this auxiliary state element.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override AuxiliaryStateElementConverter GetConverter(
	int[] auxiliaryIndices
)
Public Overrides Function GetConverter ( 
	auxiliaryIndices As Integer()
) As AuxiliaryStateElementConverter
public:
virtual AuxiliaryStateElementConverter^ GetConverter(
	array<int>^ auxiliaryIndices
) override
abstract GetConverter : 
        auxiliaryIndices : int[] -> AuxiliaryStateElementConverter 
override GetConverter : 
        auxiliaryIndices : int[] -> AuxiliaryStateElementConverter Parameters
- auxiliaryIndices
 - Type: SystemInt32
The set of indices corresponding to the location
            of each value of this auxiliary state element in the overall auxiliary state. 
Return Value
Type: 
AuxiliaryStateElementConverterThe converter for this output.
See Also