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.