Developer API

enumDirectionBehavior

List of enumDirectionBehavior

NameDescription
NeutralDistance is evaluated symmetrically. Both positive and negative differences from the target are treated equally.
Positive_Is_BetterHigher values relative to the target are preferred. Distance is only penalized when the input is below the target.
Negative_Is_BetterLower values relative to the target are preferred. Distance is only penalized when the input is above the target.

404 - Not Found