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: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationStateArray(
	double[] state,
	int[] indices
)

Parameters

state
Type: SystemDouble
The overall state array.
indices
Type: SystemInt32
The indices specifying the elements of this sub-state.
See Also