ScalarAtEndOfNumericalSegmentConstraintParameter Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IEvaluatorParameterPropagationEvaluationInformationSee Also