...
Excerpt |
---|
Rounds number down, toward zero, to the nearest multiple of significance. |
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
number | Number | Yes | The numeric value you want to round. |
significance | Number | Yes | The multiple to which you want to round. |
...