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

Method getDouble

core/src/processing/data/TableRow.java:78–78  ·  view source on GitHub ↗

@brief Get a double value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow#getString(int)

(int column)

Source from the content-addressed store, hash-verified

76 * @see TableRow#getString(int)
77 */
78 public double getDouble(int column);
79
80 /**
81 * @param columnName title of the column to reference

Callers 5

TableMethod · 0.65
parseIntoMethod · 0.65
saveBinaryMethod · 0.65
setRowMethod · 0.65
getDoubleMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected