Navigation
This version of the documentation is archived and no longer supported.

$lte (aggregation)

$lte

Takes two values in an array and returns a boolean. The returned value is:

  • true when the first value is less than or equal to the second value.
  • false when the first value is greater than the second value.