tf = isNull(h)
tf = h.isNull()
| Paramètre | Description |
|---|---|
| h | a libpointer handle. |
| Paramètre | Description |
|---|---|
| tf | a logical. |
Vérifie si un handle libpointer pointe vers un pointeur NULL.
p = libpointer('int8Ptr', int8([3 4]));
p.isNull()
p2 = libpointer()
p2.isNull()
isNull(p2)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |