参考 setNum()

setNum()

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

示例

语法

setNum(column, value)

参数

column

Column ID (Number) or Title (String)

value

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!

相关参考