compute 相关的搜索结果 共有8个

eval()

Description: Dynamically parse and compute the expression. Syntax: eval(StringExp ,{argExp}) Note: The function parses tdynamically parse,compute,expression

max()

Description: Find the maximum value among members of a sequence. Syntax: A.max(x)   max(x1,…,xn) Equivalent to A.max(), compute,maximum value

r.(x,...)

Description: Compute expressions against a record and return result of the last one. Syntax: r.(x,…) Note: The function record,compute,expression

report_run()

Description: Compute a report/report group file. Syntax: report_run(rpt, paramValue:paramName,....) Note: This external compute, report

reportlite_run()

Description: Compute a ReportLite(group) file. Sytnax: reportlite_run(rpt, paramValue: paramName,....; ds: dsName,....) compute, reportlite file

sum()

Description: Compute the sum of members of a sequence. Syntax: A.sum(x)   sum(x1,…,xn) Equivalent to A.sum(), where x1,…compute,sequence,sum

union()

Description: Compute the union of sequence-type members in a sequence. Synatax:  A.union(x) Note: The function gets uniocompute, sequence-type member,union

Batch Computation

Description: Compute a series of expressions one by one in an automatic fashion, and return the result of the last expre a series of expressions,compute