Click or drag to resize

ExtremumType Enumeration

Indicates whether an extremum is a minimum or a maximum.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ExtremumType
Members
  Member nameDescription
Minimum Indicates that the extremum is a minimum.
Maximum Indicates that the extremum is a maximum.
See Also