wgblas
    Preparing search index...

    Function printRow

    • Prints one table data row. Floats are formatted to 4 decimal places; integers are printed as-is. Column widths match those used by printHeader.

      Parameters

      • labels: any

        column labels (used only for width calculation)

      • values: any

        values to print, in the same order as labels

      Returns void