AuxiliaryStateScalarGetEvaluator Method |
Gets an evaluator which can compute the auxiliary variables based on the current time and any
"integrated" definitional objects taken from
PropagationStateElements
which are updated during integration.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override AuxiliaryStateElementEvaluator GetEvaluator(
EvaluatorGroup group,
int[] auxiliaryIndices
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup,
auxiliaryIndices As Integer()
) As AuxiliaryStateElementEvaluator
public:
virtual AuxiliaryStateElementEvaluator^ GetEvaluator(
EvaluatorGroup^ group,
array<int>^ auxiliaryIndices
) override
abstract GetEvaluator :
group : EvaluatorGroup *
auxiliaryIndices : int[] -> AuxiliaryStateElementEvaluator
override GetEvaluator :
group : EvaluatorGroup *
auxiliaryIndices : int[] -> AuxiliaryStateElementEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to construct the evaluator. - auxiliaryIndices
- Type: SystemInt32
The set of indices corresponding to the location
of each value of this auxiliary state element in the overall auxiliary state.
Return Value
Type:
AuxiliaryStateElementEvaluatorAn evaluator which computes the auxiliary variables for this element.
Exceptions See Also