TimeSampledValuesComputeData Method (CoverageData, TimeInterval, Duration, Scalar) | 
 
            Compute the figure of merit data for the given set of results.
            
 
    Namespace: 
   AGI.Foundation.Coverage.FigureOfMerit
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static TimeSampledValues ComputeData(
	CoverageData coverage,
	TimeInterval interval,
	Duration step,
	Scalar figureOfMerit
)
Public Shared Function ComputeData ( 
	coverage As CoverageData,
	interval As TimeInterval,
	step As Duration,
	figureOfMerit As Scalar
) As TimeSampledValues
public:
static TimeSampledValues^ ComputeData(
	CoverageData^ coverage, 
	TimeInterval^ interval, 
	Duration step, 
	Scalar^ figureOfMerit
)
static member ComputeData : 
        coverage : CoverageData * 
        interval : TimeInterval * 
        step : Duration * 
        figureOfMerit : Scalar -> TimeSampledValues 
Parameters
- coverage
 - Type: AGI.Foundation.CoverageCoverageData
The set of coverage results for a single grid point. - interval
 - Type: AGI.Foundation.TimeTimeInterval
The sampling interval. - step
 - Type: AGI.Foundation.TimeDuration
The step size for sampling. - figureOfMerit
 - Type: AGI.Foundation.GeometryScalar
The definition of the time-dynamic figure of merit to compute. 
Return Value
Type: 
TimeSampledValuesA data set containing scalar figure of merit data for the given grid point over time.
See Also