MCPcopy Index your code
hub / github.com/processing/processing / getDouble

Method getDouble

core/src/processing/data/Table.java:2745–2747  ·  view source on GitHub ↗
(int column)

Source from the content-addressed store, hash-verified

2743 }
2744
2745 public double getDouble(int column) {
2746 return table.getDouble(row, column);
2747 }
2748
2749 public double getDouble(String columnName) {
2750 return table.getDouble(row, columnName);

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.65

Tested by

no test coverage detected