NumericalComparisonOperator
Fields used to apply flexible filters on numbers.
Constructors
constructor
**new NumericalComparisonOperator**()
Properties
gtnumberThe filtered number must be greater than this value.
gtenumberThe filtered number must be greater than or equal to this value.
ltnumberThe filtered number must be less than this value.
ltenumberThe filtered number must be less than or equal to this value.
Was this section helpful?