CAObject::Evaluate
Revision as of 03:50, 24 October 2015 by Jhuawen (talk | contribs) (Created page with "对于需要数字格式的运算使用来自CAObject的数字格式。例如:Text Concatenation uses the number format...")
ADE User Guide > ADE Server Class Reference > CAObject
CAObject::Evaluate(expr)
解析和计算Analytica表达式«expr»。
对于需要数字格式的运算使用来自CAObject的数字格式。例如:Text Concatenation uses the number format when coercing a numeric value to text (例如, "Pi="&Pi)
当成功时,结果是一个CATable
示例(C#)
CATable res = obj.Evaluate("Sum(revenue,division)");
API错误代码
- 35 - 属性不能检索
另请参考
Comments
Enable comment auto-refresher