Click or drag to resize

FunctionMetadataMonotonic Property

Indicates whether or not this function is monotonic on all of its arguments. This means that it is either entirely non-increasing or non-decreasing. Even if the function is not monotonic on all of its arguments, it's possible to specify that it is monotonic on one of its arguments, meaning that partial applications of the function over that argument will be monotonic.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public bool Monotonic { get; }

Property Value

Type: Boolean
Remarks
Monotonicity is required to use the function in a GROUP BY clause.
See Also