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: 24.2.419.0 (24.2.419.0)
Syntax public enum FunctionSegmentSlope
Public Enumeration FunctionSegmentSlope
public enum class FunctionSegmentSlope
type FunctionSegmentSlope
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