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

Method setFloat

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

Stores a float value in the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Store a float value in the specified column @param column ID number of the target column @param value value to assign @see TableRow#

(int column, float value)

Source from the content-addressed store, hash-verified

159 * @see TableRow#setString(int, String)
160 */
161 public void setFloat(int column, float value);
162
163 /**
164 * @param columnName title of the target column

Callers 2

parseIntoMethod · 0.65
setFloatMethod · 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