Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: typeinfo ()
Built-in Function: typeinfo (expr)

Return the type of the expression expr, as a string.

If expr is omitted, return a cell array of strings containing all the currently installed data types.

See also: class, isa.

Package: octave