Version

PercentileData Class Members

The following tables list the members exposed by PercentileData.

Protected Properties
 NameDescription
Protected PropertyCachedCastedListGets / sets the System.Collections.IList of data casted to the System.Linq.IQueryable which is needed for later actions.  
Protected Internal PropertyCalculatedMaximumPercentileValueGets the highest value from the list of value.  
Protected Internal PropertyCalculatedMinimumPercentileValueGets the lowest value from the list of value.  
Protected PropertyCalculatedValuesDictionaryGets / sets an System.Collections.IDictionary which contains previously calculated and cached values.  
Protected PropertyItemCountGets / sets a count of how many items are in the processed list.  
Protected PropertyOriginalSortedListGets the original list that was generated by the Context operation.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateGenericPercentileDataCreates a new PercentileData object from the inputted data.  
Public MethodGetPercentileValueDetermines the percentile value that the inputted value will fall into.  
Protected Methods
 NameDescription
Protected Internal MethodGetValueJustOverPercentileAttempts to find the first object in a given percentile range.  
Protected Internal MethodGetValueJustUnderPercentileAttempts to find the last object in a given percentile range.  
Protected Internal Methodstatic (Shared in Visual Basic)GetValueTypeReturns the underlying ValueType of Nullable ValueType. Returns null otherwise.  
Protected MethodOnOriginalSortedListSetMethod called when the OriginalSortedList is set so that any calcualations that need to be done can be.  
See Also