Referencia 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 Table's specified row and column. The row is specified by its ID, while the column may be specified by either its ID or title.

Ejemplos

Sintaxis

setNum(row, column, value)

Parámetros

row
Integer: row ID
column
String|Integer: column ID (Number) or title (String)
value
Number: value to assign

Referencias Relacionadas