Click or drag to resize

ExtremumKind Enumeration

Enumerates possible extremum types.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ExtremumKind
Members
  Member nameDescription
Minimum Extremum is a minimum of the function.
Invalid Did not return a valid extremum.
Maximum Extremum is a maximum of the function.
See Also