MCPcopy Index your code
hub / github.com/benfry/processing4 / getFloat

Method getFloat

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

Retrieves a float value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get a float value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow

(int column)

Source from the content-addressed store, hash-verified

79 * @see TableRow#getString(int)
80 */
81 public float getFloat(int column);
82
83 /**
84 * @param columnName title of the column to reference

Callers 5

TableMethod · 0.65
parseIntoMethod · 0.65
saveBinaryMethod · 0.65
setRowMethod · 0.65
getFloatMethod · 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