| GridTimeSampledValues Methods | 
The GridTimeSampledValues type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ComputeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration) | 
            Compute figure of merit over the coverage grid.
             | 
|   | ComputeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration, ITrackCalculationProgress) | 
            Compute figure of merit over the coverage grid.
             | 
|   | ComputeDataT(CoverageResults, IListT, TimeInterval, Duration) | 
            Compute figure of merit over the coverage grid.
             | 
|   | ComputeDataT(CoverageResults, IListT, TimeInterval, Duration, ITrackCalculationProgress) | 
            Compute figure of merit over the coverage grid.
             | 
|  | ComputeOverallMaximum | 
            Computes the maximum value of the entire data set (the maximum of the maximum values of each grid point).
             | 
|  | ComputeOverallMean | 
            Computes the mean value of the entire combined data set (not the mean value of the individual mean values).
             | 
|  | ComputeOverallMinimum | 
            Computes the minimum value of the entire data set (the minimum of the minimum values of each grid point).
             | 
|  | ComputeOverallPercentile | 
            Computes the figure of merit value which is closest to the given percentile after
            sorting the combined figure of merit data from smallest to largest.
             | 
|  | ComputeOverallRootMeanSquare | 
            Computes the root mean square average of the entire combined data set (not the root mean square of the 
            individual root mean square values).
             | 
|  | ComputeOverallStandardDeviation | 
            Computes the standard deviation for the combined data set (not the standard deviation of the standard deviations).
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also