tuple_gen_const(: : Length, Const : Newtuple) 函数作用: 生成特定长度的元组及初始化元素,参数Length为新元组的元素个数,如果输入Length是浮点型,只取其整数部分。 新元组生成的个数及值是由输入参数Const决定的,Const只由一个元素组成。元组中所有的元素的数据类型和值同于参数Const。 参数列表: Length(in)...
tuple_gen_const( : :Length,Const:Newtuple) 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. IfLengthcontains a floating point number, this may only represent...
tuple_gen_const( : :Length,Const:Newtuple) 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. IfLengthcontains a floating point number, this may only represent...
tuple_gen_const— Generate a tuple of a specific length and initialize its elements.Signaturetuple_gen_const( : : Length, Const : Newtuple) Descriptiontuple_gen_const generates a new tuple in Newtuple. The input parameter Length determines the number of elements for the new tuple. Thus, ...
tuple_gen_const( : :Length,Const:Newtuple) 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. IfLengthcontains a floating point number, this may only represent...
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. IfLengthcontains a floating point number, this may only represent an integer value (without fraction). The data type an...
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. IfLengthcontains a floating point number, this may only represent an integer value (without fraction). The data type an...