Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public override AuxiliaryStateElementConverter GetConverter(
	int[] auxiliaryIndices
)

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: AuxiliaryStateElementConverter
The converter for this output.
See Also