RoundingInterval - Global
The RoundingInterval script include provides methods that handle all the details of rounding intervals for CPU speed and RAM size.
Use in any server-side Discovery script.
RoundingInterval - RoundingInterval(String type)
Creates an instance of the RoundingInterval class.
| Name | Type | Description |
|---|---|---|
| type | String | Can be either CPU or RAM. |
RoundingInterval - getRoundedValue(Number value)
Returns the value after applying the rounding interval.
| Name | Type | Description |
|---|---|---|
| value | Number | The value to round off |
| Type | Description |
|---|---|
| Number | The value after rounding |