<< libpointer_delete | Dynamic link | libpointer_plus >> |
tf = isNull(h) |
tf = h.isNull() |
a libpointer handle.
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 |
Allan CORNET