round(value) function
Rounds the value to up to 2 decimal points.
Signature:
export declare function round(value: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
value | Number | The value that needs to be rounded off. |
Return type : Number
Rounds the value to up to 2 decimal points.
Signature:
export declare function round(value: number): number;
Parameter | Type | Description |
---|---|---|
value | Number | The value that needs to be rounded off. |
Return type : Number