Click or drag to resize

ScalarAtEndOfNumericalSegmentConstraintParameter Property

Gets or sets the parameter to use when evaluating the Scalar. You only need to modify this if you have configured the NumericalPropagator of the segment in question to use a custom PropagationStateParameter.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEvaluatorParameter<PropagationEvaluationInformation> Parameter { get; set; }

Property Value

Type: IEvaluatorParameterPropagationEvaluationInformation
See Also