Click or drag to resize

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
Syntax
VB
Public Enumeration mcobjRankedValuesFieldIndices
Members
  Member nameValueDescription
mcrvfiCount0count of non-missing values
mcrvfiCountOfMissing1count of missing values skipped
mcrvfiMinimum2minimum value
mcrvfiMaximum3maximum value
mcrvfiMedian4Median value (half above, half below)
mcrvfiAvgDevFromMedian5
mcrvfiFirstNtileIndex6Index of the first N-tile appended, if any.There will be NtilesToAppend-1 of these.
See Also