Click or drag to resize

BrentSolutionType Enumeration

Indicates on which side of zero a solution must be found.

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 BrentSolutionType
Members
  Member nameDescription
OnOrBelowZero Indicates that the solution must lie on or below zero.
AboveOrBelowZero Indicates that the solution may lie below, on, or above zero.
OnOrAboveZero Indicates that the solution must lie on or above zero.
See Also