Newtuple := gen_tuple_const(Length, Const) Execution Information Multithreading type: independent (runs in parallel even with exclusive operators). Multithreading scope: global (may be called from any thread). Processed without parallelization. ...
函数作用: 生成特定长度的元组及初始化元素,参数Length为新元组的元素个数,如果输入Length是浮点型,只取其整数部分。 新元组生成的个数及值是由输入参数Const决定的,Const只由一个元素组成。元组中所有的元素的数据类型和值同于参数Const。 参数列表: Length(in):要生成特定元组的长度 Const(in):初始化元组元素的...
Newtuple := gen_tuple_const(Length, Const) Parallelization Multithreading type: independent (runs in parallel even with exclusive operators). Multithreading scope: global (may be called from any thread). Processed without parallelization. Parameters ...
Name tuple_gen_const— Generate a tuple of a specific length and initialize its elements. Signature Description tuple_gen_constgenerates a new tuple inNewtuple. The input parameterLengthdetermines the number of elements for the new tuple. Thus,Lengthmay only consist of a single number. IfLength...