<< libpointer_reshape | Dynamic link | libpointer_used >> |
h.setdatatype(datatype) |
a libpointer handle.
a string: new datatype.
Set data type from libpointer object.
libpointer, C/Nelson equivalent data types.
a = libpointer();
a.isNull()
a.setdatatype('doublePtr');
a.reshape(1, 1)
a.Value
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET