Click or drag to resize

AuxiliaryStateVector Constructor (Vector)

Initializes a new instance based on the given Vector.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AuxiliaryStateVector(
	Vector value
)

Parameters

value
Type: AGI.Foundation.GeometryVector
The vector to output.
See Also