Back to API Reference
Enum
ScalarSignalComparison
Comparison used by a serialized scalar selector.
public static readonly ScalarSignalComparison Less = 0Value is strictly below the threshold.
public static readonly ScalarSignalComparison LessOrEqual = 1Value is at most the threshold.
public static readonly ScalarSignalComparison Equal = 2Value is approximately the threshold.
public static readonly ScalarSignalComparison GreaterOrEqual = 3Value is at least the threshold.
public static readonly ScalarSignalComparison Greater = 4Value is strictly above the threshold.
