Difference between revisions of "CAObject::Evaluate/zh"

(Created page with "当成功时,结果是一个CATable")
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
解析和计算Analytica表达式«expr»。
 
解析和计算Analytica表达式«expr»。
  
Uses the number format from the [[CAObject]] for those operations that require a number format.  For example, [[Text_Concatenation_Operator:_%26|Text Concatenation]] uses the number format when coercing a numeric value to text (e.g., <code>"Pi="&Pi</code>).
+
对于需要数字格式的运算使用来自[[CAObject/zh|CAObject]]的数字格式。例如:当将一个数字值强制变化成文本时使用数字格式[[Text_Concatenation_Operator:_%26|Text Concatenation]](文字连接:例如, <code>"Pi="&Pi</code>
  
 
当成功时,结果是一个[[CATable/zh|CATable]]
 
当成功时,结果是一个[[CATable/zh|CATable]]

Latest revision as of 04:22, 24 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

CAObject::Evaluate(expr)

解析和计算Analytica表达式«expr»。

对于需要数字格式的运算使用来自CAObject的数字格式。例如:当将一个数字值强制变化成文本时使用数字格式Text Concatenation(文字连接:例如, "Pi="&Pi

当成功时,结果是一个CATable

示例(C#)

CATable res = obj.Evaluate("Sum(revenue,division)");

API错误代码

  • 35 - 属性不能检索

另请参考

Comments


You are not allowed to post comments.