libpointer_isNull
Checks if libpointer handle points on NULL pointer.
Syntax
tf = isNull(h)
tf = h.isNull()
Input argument
h - a libpointer handle.
Output argument
tf - a logical.
Description
Checks if libpointer handle points on NULL pointer.
See also
Example
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated