Last updated 2 years ago
Was this helpful?
Set type of an libpointer handle.
h.setdatatype(datatype)
h - a libpointer handle.
datatype - a string: new datatype.
Set data type from libpointer object.
, .
a = libpointer(); a.isNull() a.setdatatype('doublePtr'); a.reshape(1, 1) a.Value
1.0.0
initial version
Allan CORNET