The following tables list the members exposed by PercentileData.
Name | Description | |
---|---|---|
CachedCastedList | Gets / sets the System.Collections.IList of data casted to the System.Linq.IQueryable which is needed for later actions. | |
CalculatedMaximumPercentileValue | Gets the highest value from the list of value. | |
CalculatedMinimumPercentileValue | Gets the lowest value from the list of value. | |
CalculatedValuesDictionary | Gets / sets an System.Collections.IDictionary which contains previously calculated and cached values. | |
ItemCount | Gets / sets a count of how many items are in the processed list. | |
OriginalSortedList | Gets the original list that was generated by the Context operation. |
Name | Description | |
---|---|---|
CreateGenericPercentileData | Creates a new PercentileData object from the inputted data. | |
GetPercentileValue | Determines the percentile value that the inputted value will fall into. |
Name | Description | |
---|---|---|
GetValueJustOverPercentile | Attempts to find the first object in a given percentile range. | |
GetValueJustUnderPercentile | Attempts to find the last object in a given percentile range. | |
GetValueType | Returns the underlying ValueType of Nullable ValueType. Returns null otherwise. | |
OnOriginalSortedListSet | Method called when the OriginalSortedList is set so that any calcualations that need to be done can be. |