CAObject::ResultType

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

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

Property int ResultType

描述

Result或者 ResultTable被調用時,返回該結果類型。

0 = Mid(中值)
1 = Mean (平均值)
2 = Sample (樣本)
3 = Pdf (概率密度函數)
4 = Cdf (累計密度函數)
5 = Statistics (統計數據)
6 = ProbBands(概率帶)

數據類型

short int:短整型

存取

讀 / 寫

用法

set obj = ade.Get("X")
obj.ResultType = 1
meanVal = obj.Result

另請參考

Comments


You are not allowed to post comments.