Click or drag to resize

MatrixStateElementConverter.ConvertState<T> Method (Double[])

Convert the raw state into this instance's Type and its derivatives.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override Motion<T> ConvertState<T>(
	double[] overallState
)

Parameters

overallState
Type:System.Double[]
The raw state to convert.

Type Parameters

T
The TypeOfOutput produced by this instance.

Return Value

Type: Motion<T>
The value and its derivatives corresponding to the state.
See Also