EndsOfSegment Enumeration |
Specifies if the initial state or final state of a segment should be considered.
Note that initial and final mean the initial point that propagation started from
and the final point propagated, not initial and final in a time sense.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum EndsOfSegment
Public Enumeration EndsOfSegment
public enum class EndsOfSegment
Members
| Member name | Description |
---|
| Initial |
The initial state of a segment.
|
| Final |
The final state of a segment.
|
See Also