drType
drType(o_vec) =>s_type
Description
Returns the data type of the data vector o_vec.
Arguments
Value Returned
|
Returns a symbolic representation of the type of the data vector. The values are described Data Values. |
Examples
vec = drCreateVec( 'double '(1 2 3 4 5))
drType( vec )
Return to top