API Reference > ui-components > TypeConverters > LessGreaterOperatorProcessor LessGreaterOperatorProcessor Interface Operators for Numeric types, DateTime, TimeSpan, or any type that supports these comparisons Implemented by DateTimeTypeConverterBase NumericTypeConverterBase Methods Name Description isGreaterThan(a: Value, b: Value): boolean Determines if a primitive values is greater than another primitive value isGreaterThanOrEqualTo(a: Value, b: Value): boolean Determines if a primitive values is greater than or equal to another primitive value isLessThan(a: Value, b: Value): boolean Determines if a primitive values is less than another primitive value isLessThanOrEqualTo(a: Value, b: Value): boolean Determines if a primitive values is less than or equal to another primitive value Defined in ui/components/src/ui-components/converters/TypeConverter.ts Line 35 Last Updated: 12 June, 2024