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