Click or drag to resize

PropagationScalar Constructor (Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationScalar(
	params double[] initialValues
)

Parameters

initialValues
Type: SystemDouble
The value and its derivatives at the starting epoch of propagation.
See Also