Hex Core JS
    Preparing search index...

    Function formatFloat

    • Returns a formatted version of the given float as a string with the specified number of decimal places.

      Parameters

      • value: number | null | undefined

        The number to format.

      • options: FormatFloatOptions = {}

        Formatting options.

      Returns string