TargetedSegmentListParameterOptimizerVariables Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<SegmentPropagatorVariable> Variables { get; }
Public ReadOnly Property Variables As IList(Of SegmentPropagatorVariable)
Get
public:
property IList<SegmentPropagatorVariable^>^ Variables {
IList<SegmentPropagatorVariable^>^ get ();
}
member Variables : IList<SegmentPropagatorVariable> with get
Property Value
Type:
IListSegmentPropagatorVariable
See Also