API Reference > ui-components > TypeConverters > LessGreaterOperatorProcessor LessGreaterOperatorProcessor Interface Operators for Numeric types, DateTime, TimeSpan, or any type that supports these comparisons Implemented by DateTimeTypeConverter DateTimeTypeConverterBase FloatTypeConverter IntTypeConverter NumericTypeConverterBase ShortDateTypeConverter Methods Name Description isGreaterThan(a: Primitives.Value, b: Primitives.Value): boolean isGreaterThanOrEqualTo(a: Primitives.Value, b: Primitives.Value): boolean isLessThan(a: Primitives.Value, b: Primitives.Value): boolean isLessThanOrEqualTo(a: Primitives.Value, b: Primitives.Value): boolean Defined in ui/components/src/ui-components/converters/TypeConverter.ts Line 67 Last Updated: 13 June, 2024