Attribute Value less or equal
- properties.filter.le
Input:
- objects – Property-Holder
- key – String
- value – Number
Output:
- output – Property-Holder
Returns only those objects whose attribute value of key
is less or equal than value
.