Function round

  • Parameters

    • value: number

      any number

    • places: number

      number of places to round to (0-20 inclusive)

    Returns string

    string - the value rounded to the nearest hundredths place

    Function

    round - rounds a number to a specified number of places

Generated using TypeDoc