Click or drag to resize

FunctionMetadataMonotonicOn Property

The argument names that the function is monotonic on.

If Monotonic is true, this will return all argument names. Otherwise, this will return either one argument or an empty collection.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ICollection<string> MonotonicOn { get; }

Property Value

Type: ICollectionString
See Also