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. |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
{{ roundedNumber_expression | roundedNumber }}
$filter('roundedNumber')(value)
| Param | Type | Details |
|---|---|---|
| value | number | The number to round. |
Was this page helpful?