Learn
Drivers
Downloads
Community
Blog
OPTIONS
Version
Select Version
3.0 (current)
2.6
2.4
2.2
Formats
HTML
PDF
EPUB
Contribute
Report a Problem
Edit on Github
Reference
>
Operators
>
Aggregation Framework Operators
>
Comparison Aggregation Operators
>
$lte (aggregation)
$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.
←
$lt (aggregation)
$ne (aggregation)
→
ON THIS PAGE
$lte (aggregation)
Report a Problem