Back to API Reference
Enum

ScalarSignalComparison

Comparison used by a serialized scalar selector.

public static readonly ScalarSignalComparison Less = 0

Value is strictly below the threshold.

public static readonly ScalarSignalComparison LessOrEqual = 1

Value is at most the threshold.

public static readonly ScalarSignalComparison Equal = 2

Value is approximately the threshold.

public static readonly ScalarSignalComparison GreaterOrEqual = 3

Value is at least the threshold.

public static readonly ScalarSignalComparison Greater = 4

Value is strictly above the threshold.