Click or drag to resize

AuxiliaryStateElementConverter Constructor (String, Int32)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected AuxiliaryStateElementConverter(
	string identification,
	int[] indices
)

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