Skip to main content

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.2k

Usage

In HTML Template Binding

{{ roundedNumber_expression | roundedNumber }}

In JavaScript

$filter('roundedNumber')(value)

Parameters

ParamTypeDetails
valuenumberThe number to round.