arrToString(values) function
Parses the float values and returns rounded strings.
Signature:
export declare function arrToString(values: number[]): string[];Parameters
| Parameter | Type | Description |
|---|---|---|
| values | Number | The numerical values to parse. |
Return type : String
