ScalarAtEndOfNumericalSegmentConstraint.Parameter Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IEvaluatorParameter<PropagationEvaluationInformation> Parameter { get; set; }
Public Property Parameter As IEvaluatorParameter(Of PropagationEvaluationInformation)
Get
Set
public:
property IEvaluatorParameter<PropagationEvaluationInformation>^ Parameter {
IEvaluatorParameter<PropagationEvaluationInformation>^ get ();
void set (IEvaluatorParameter<PropagationEvaluationInformation>^ value);
}
member Parameter : IEvaluatorParameter<PropagationEvaluationInformation> with get, set
Property Value
Type:
IEvaluatorParameter<PropagationEvaluationInformation>
See Also