Operators |
convert_tuple_to_vector_1d — Distribute the elements of a tuple to a vector.
convert_tuple_to_vector_1d( : : InputTuple, SubTupleLength : ResultVector)
convert_tuple_to_vector_1d transforms a tuple into a vector variable. The input tuple InputTuple is split into sub-tuples each comprising of SubTupleLength elements. The sub-tuples are stored in the output vector ResultVector.
Input tuple.
Desired length of the resulting tuples in the output vector.
Default value: 1
Output vector.
If the values of the specified parameters are correct, convert_tuple_to_vector_1d returns 2 (H_MSG_TRUE). Otherwise an exception is raised and an error code returned.
Foundation
Operators |