libpointer_setdatatype

Set type of an libpointer handle.

📝 Syntax

  • h.setdatatype(datatype)

📥 Input argument

  • h - a libpointer handle.

  • datatype - a string: new datatype.

📄 Description

Set data type from libpointer object.

💡 Example

a = libpointer();
a.isNull()
a.setdatatype('doublePtr');
a.reshape(1, 1)
a.Value

🔗 See also

libpointer, C/Nelson equivalent data types.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?