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.

See also

libpointer, C/Nelson equivalent data types.

Example

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

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated