libpointer_isNull
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
p = libpointer('int8Ptr', int8([3 4]));
p.isNull()
p2 = libpointer()
p2.isNull()
isNull(p2)🔗 See also
🕔 History
Version
📄 Description
Last updated