Click or drag to resize

SortingFormat Enumeration

An enumeration that defines the order in which entries in a NumericalPropagationStateHistory are sorted.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum SortingFormat
Members
  Member nameDescription
Forwards Entries which occur earlier chronologically have a lower index than entries which occur later.
Reverse Entries which occur later chronologically have a lower index than entries which occur earlier.
See Also