Difference between revisions of "CAObject::ResultType"

(Created page with "<< class CAObject = Property int ResultType = == Description == The type of the result to be return when CAEngine::Result or CAEngine::ResultTable is c...")
 
Line 1: Line 1:
[[CAObject|<< class CAObject]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]]
 +
<languages />
 +
<translate>
  
 
= Property int ResultType =
 
= Property int ResultType =
Line 35: Line 38:
 
* [[CAObject::ResultTable]]
 
* [[CAObject::ResultTable]]
 
* [[CAObject::Result]]
 
* [[CAObject::Result]]
 +
</translate>

Revision as of 00:31, 16 June 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

Property int ResultType

Description

The type of the result to be return when CAEngine::Result or CAEngine::ResultTable is called.

0 = Mid
1 = Mean
2 = Sample
3 = Pdf
4 = Cdf
5 = Statistics
6 = ProbBands

Data type

short int

Access

read / write

Usage

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

See Also

Comments


You are not allowed to post comments.