tf = isNull(h)
tf = h.isNull()
| Parameter | Description |
|---|---|
| h | a libpointer handle. |
| Parameter | Description |
|---|---|
| tf | a logical. |
Checks if libpointer handle points on NULL pointer.
p = libpointer('int8Ptr', int8([3 4]));
p.isNull()
p2 = libpointer()
p2.isNull()
isNull(p2)
| Version | Description |
|---|---|
| 1.0.0 | initial version |