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: 25.2.423.0 (25.2.423.0)
Syntax
public AuxiliaryStateVector(
	Vector value
)

Parameters

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