| FunctionSegmentSlope Enumeration | 
 
            Indicates the slope of a segment of a function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum FunctionSegmentSlope
Public Enumeration FunctionSegmentSlope
public enum class FunctionSegmentSlope
type FunctionSegmentSlope
 Members
Members|  | Member name | Description | 
|---|
|  | Increasing | Indicates that the value of the function is increasing. | 
|  | Decreasing | Indicates that the value of the function is decreasing. | 
 See Also
See Also