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.1.421.0 (25.1.421.0)
Syntax
public AuxiliaryStateVector(
	Vector value
)

Parameters

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