PropagationStateArray Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationStateArray(
double[] state,
int[] indices
)
Public Sub New (
state As Double(),
indices As Integer()
)
public:
PropagationStateArray(
array<double>^ state,
array<int>^ indices
)
new :
state : float[] *
indices : int[] -> PropagationStateArray
Parameters
- state
- Type: SystemDouble
The overall state array. - indices
- Type: SystemInt32
The indices specifying the elements of this sub-state.
See Also