Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Renders a number rounded, eg. 1234 = 1.2kUsage
In HTML Template Binding
{{ roundedNumber_expression | roundedNumber }}
In JavaScript
$filter('roundedNumber')(value)
Parameters
| Param | Type | Details |
|---|---|---|
| value | number | The number to round. |