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