Click or drag to resize

StateTransitionMatrix.IndexOfConsiderParameter Method

Searches for the specified considerParameter and returns the index which can be used to access it via GetConsiderParameter(Int32) or RemoveConsiderParameterAt(Int32).

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public int IndexOfConsiderParameter(
	IPartialDifferentiable considerParameter
)

Parameters

considerParameter
Type: AGI.Foundation.NumericalMethods.Advanced.IPartialDifferentiable
The consider parameter to search for.

Return Value

Type: Int32
The index of the considerParameter if found; otherwise -1.
See Also