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: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum BrentSolutionType
Public Enumeration BrentSolutionType
public enum class BrentSolutionType
Members| 
									 
								 | Member name | Description | 
|---|
 | 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