Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum FunctionSegmentSlope
Members
  Member nameDescription
Increasing Indicates that the value of the function is increasing.
Decreasing Indicates that the value of the function is decreasing.
See Also