Module math

Interface DataTable

All Known Implementing Classes:
SimpleDataTable

public interface DataTable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    double
    getValue(int row, int column)
     
  • Method Details

    • getRowCount

      int getRowCount()
    • getColumnCount

      int getColumnCount()
    • getValue

      double getValue(int row, int column)