Click or drag to resize

NumericalInitialStateSegment Constructor (NumericalPropagatorDefinition)

Initialize a new instance with the specified parameters.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public NumericalInitialStateSegment(
	NumericalPropagatorDefinition propagatorDefinition
)

Parameters

propagatorDefinition
Type: AGI.Foundation.PropagatorsNumericalPropagatorDefinition
The NumericalPropagatorDefinition to use for this segments initial state.
See Also