Star

Created With

linkisEmpty()

Returns true if the cell found at (row, col) is empty and false otherwise. Only cells defined as null are considered empty.

linkSyntax

isEmpty(row, col)

linkParameters

rowNumber: col number of the cell to be read [0..height]
colNumber: row number of the cell to be read [0..width]
isEmpty()SyntaxParameters

Home

p5.js functionschevron_right

Properties

I/Ochevron_right
Boolean operatorschevron_right
Geometry transformationschevron_right
Visual computingchevron_right
Other representationschevron_right

Demo