LessGreaterOperatorProcessor Interface

Operators for Numeric types, DateTime, TimeSpan, or any type that supports these comparisons

Implemented by

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

Last Updated: 08 January, 2020