CAObject::Evaluate

This page is a translated version of the page CAObject::Evaluate and the translation is 100% complete.

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.