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)
Syntaxpublic 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:System.Double[]
The overall state array. - indices
- Type:System.Int32[]
The indices specifying the elements of this sub-state.
See Also