Enum used by IntComparisonFilter and DoubleComparisonFilter
to indicate the relation between source value and compare value.
Values:
VALUE_COMPARISON_UNSPECIFIED (0):
Value comparison unspecified.
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN (1):
Value is smaller than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN (2):
Value is smaller or equal than the Compare
value.
VALUE_COMPARISON_IF_VALUE_LARGER_THAN (3):
Value is larger than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN (4):
Value is larger or equal than the Compare
value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]