CATable::ResultType
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(置信带)
数据类型
integer:整型
存取
读 / 写
用法
tab.ResultType = 1; tab.Update();
另请参考
Comments
Enable comment auto-refresher