CATable::ResultType

This page is a translated version of the page CATable::ResultType and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

property int ResultType

包含被計算的結果的類型,如果表格被更新將控制該結果的類型。

可能值為(對CAObject::ResultType同樣如此):

0 – Mid value(默認,中間值)
1 – Mean(平均值)
2 – Sample(樣本)
3 – PDF(概率密度函數)
4 – CDF(累計密度函數)
5 – Statistics(統計數據)
6 – Confidence Bands(置信帶)

數據類型

integer:整型

存取

讀 / 寫

用法

tab.ResultType = 1;
tab.Update();

另請參考

Comments


You are not allowed to post comments.