Class RrdDoubleMatrix<U extends RrdUpdater<U>>

    • Method Detail

      • set

        public void set​(int column,
                        int index,
                        double[] newValues)
                 throws IOException

        set.

        Parameters:
        column - a int.
        index - a int.
        newValues - an array of double.
        Throws:
        IOException - if any.
      • getColumns

        public int getColumns()

        Getter for the field columns.

        Returns:
        a int.
      • getRows

        public int getRows()

        Getter for the field rows.

        Returns:
        a int.