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: 25.1.421.0 (25.1.421.0)
Syntax
protected AuxiliaryStateElementConverter(
	string identification,
	int[] indices
)

Parameters

identification
Type: System.String
A string identifying this instance in the overall output.
indices
Type:System.Int32[]
The indices of the individual values in the overall auxiliary state.
See Also