RoundingInterval - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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.

    表 : 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.

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