RoundingInterval - Global

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • 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.

    Tableau 1. Parameters
    Name Type Description
    type String Can be either CPU or RAM.

    RoundingInterval - getRoundedValue(Number value)

    Returns the value after applying the rounding interval.

    Tableau 2. Parameters
    Name Type Description
    value Number The value to round off
    Tableau 3. Returns
    Type Description
    Number The value after rounding