CATable::ResultType
Revision as of 08:28, 26 October 2015 by Jhuawen (talk | contribs) (Created page with "可能值为(对CAObject::ResultType同样如此): :0 – Mid value(默认,中间值) :1 – Mean(平均值) :2 – Sample(样本...")
ADE User Guide > ADE Server Class Reference > CATable
property int ResultType
包含被计算的结果的类型,如果表格被更新将控制该结果的类型。
可能值为(对CAObject::ResultType同样如此):
- 0 – Mid value(默认,中间值)
- 1 – Mean(平均值)
- 2 – Sample(样本)
- 3 – PDF(概率密度函数)
- 4 – CDF(累计密度函数)
- 5 – Statistics(统计数据)
- 6 – Confidence Bands(置信带)
Data type
integer
Access
read/write
Usage
tab.ResultType = 1; tab.Update();
See Also
Comments
Enable comment auto-refresher