CAObject::ResultType

Revision as of 17:21, 4 February 2015 by Lchrisman (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< class CAObject

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.