convert/vector
convert a list, an array or a Vector to a vector
Calling Sequence
Parameters
Description
Examples
convert(A, vector)
A
-
array, list, of rtable-based Vector
The convert(A, vector) calling sequence converts any of the following objects into a vector:
* array
* list
* rtable-based Vector
Note: The command vector has been superseded by Vector.
A≔array0..1,−1..0,1,2,3,4:
convertA,vector
1234
convert1,2,vector
12
V≔Vector1,2,3
V≔123
typeV,Vector
true
typeV,vector
false
V1≔convertV,vector
V1≔123
typeV1,Vector
typeV1,vector
See Also
convert
convert/array
convert/matrix
convert/Vector
type/vector
type/Vector
Vector
vector(deprecated)
Download Help Document