DecimalPrecisionMode
[ Interface ]
export type DecimalPrecisionMode =
| 'Truncate'
| 'Round';Properties
Name | Type | Description |
|---|---|---|
Truncate | Will be truncated. | |
Round | Will be rounded. |
![]() | Available since version 1.14.3 |
[ Interface ]
export type DecimalPrecisionMode =
| 'Truncate'
| 'Round';Name | Type | Description |
|---|---|---|
Truncate | Will be truncated. | |
Round | Will be rounded. |
![]() | Available since version 1.14.3 |