Last updated 2 years ago
Was this helpful?
Checks if libpointer handle points on NULL pointer.
tf = isNull(h)
tf = h.isNull()
h - a libpointer handle.
tf - a logical.
.
p = libpointer('int8Ptr', int8([3 4])); p.isNull() p2 = libpointer() p2.isNull() isNull(p2)
1.0.0
initial version
Allan CORNET