NumericPointQ PointQ |
Cellzilla2D Home |
Description
Determine if an object could represent a point.
Needs["Cellzilla2D`"];
Return Value
PointQ[u] - Returns True if u has the form {x,y} where x and y are atoms, and False otherwise.
NumericPointQ[u] - Returns True if u has the form {x,y} where x and y are numbers, and False otherwise.
Options
Example
Implementation Notes
See Also