API Reference > ui-components > TypeConverters > NumericTypeConverterBase NumericTypeConverterBase Class Base Numeric Type Converter. Extends TypeConverter Extended by FloatTypeConverter IntTypeConverter Implements SortComparer OperatorProcessor LessGreaterOperatorProcessor Methods Name Description isGreaterThan(a: Primitives.Numeric, b: Primitives.Numeric): boolean isGreaterThanOrEqualTo(a: Primitives.Numeric, b: Primitives.Numeric): boolean isLessThan(a: Primitives.Numeric, b: Primitives.Numeric): boolean isLessThanOrEqualTo(a: Primitives.Numeric, b: Primitives.Numeric): boolean sortCompare(a: Primitives.Numeric, b: Primitives.Numeric, _ignoreCase?: false | true): number Inherited methods Name Inherited from Description convertFromString(_value: string): ConvertedPrimitives.Value | undefined | Promise<ConvertedPrimitives.Value | undefined> TypeConverter convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> TypeConverter convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> TypeConverter convertToString(value?: Primitives.Value): string | Promise<string> TypeConverter isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotNull(value: Primitives.Value): boolean TypeConverter isNull(value: Primitives.Value): boolean TypeConverter Properties Name Type Description isLessGreaterType Accessor ReadOnly boolean Inherited properties Name Type Inherited from Description isBooleanType Accessor ReadOnly boolean TypeConverter isNullableType Accessor ReadOnly boolean TypeConverter isStringType Accessor ReadOnly boolean TypeConverter Defined in ui/components/src/ui-components/converters/NumericTypeConverter.ts Line 17 Last Updated: 13 June, 2024