Click or drag to resize

PropagationStateArray Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PropagationStateArray(
	double[] state,
	int[] indices
)

Parameters

state
Type:System.Double[]
The overall state array.
indices
Type:System.Int32[]
The indices specifying the elements of this sub-state.
See Also