Reference setNum()

setNum()

Warning

p5.Table will be removed in a future version of p5.js to make way for a new, friendlier version :)

Stores a Float value in the TableRow's specified column. The column may be specified by either its ID or title.

Examples

Syntax

setNum(column, value)

Parameters

column
String|Integer: Column ID (Number) or Title (String)
value
Number|String: The value to be stored as a Float
Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.TableRow.js and open a pull request!

Related References