@ac-essentials/misc-util
    Preparing search index...

    Function round

    • Rounds a number to a given number of fraction digits using the specified rounding method.

      Parameters

      • value: number

        The number to round.

      • Optionaloptions: RoundOptions

        Rounding options.

      Returns number

      The rounded number.