mcobjRankedValuesFieldIndices Enumeration
|
|
Indices of the standard values placed at the beginning of each resultsarray for the McRankedValues method. Addtional N-tile values will be placed
after the standard results if the NtilesToAppend argument is greater than 1.
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcobjRankedValuesFieldIndices
Members
| Member name | Value | Description |
---|
| mcrvfiCount | 0 | count of non-missing values |
| mcrvfiCountOfMissing | 1 | count of missing values skipped |
| mcrvfiMinimum | 2 | minimum value |
| mcrvfiMaximum | 3 | maximum value |
| mcrvfiMedian | 4 | Median value (half above, half below) |
| mcrvfiAvgDevFromMedian | 5 | |
| mcrvfiFirstNtileIndex | 6 | Index of the first N-tile appended, if any.There will be NtilesToAppend-1 of these. |
See Also