TimeSampledValuesComputeData Method (TimeIntervalCollection, 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: 24.2.419.0 (24.2.419.0)
Syntax public static TimeSampledValues ComputeData(
TimeIntervalCollection intervals,
TimeInterval samplingInterval,
Duration step,
Scalar function
)
Public Shared Function ComputeData (
intervals As TimeIntervalCollection,
samplingInterval As TimeInterval,
step As Duration,
function As Scalar
) As TimeSampledValues
public:
static TimeSampledValues^ ComputeData(
TimeIntervalCollection^ intervals,
TimeInterval^ samplingInterval,
Duration step,
Scalar^ function
)
static member ComputeData :
intervals : TimeIntervalCollection *
samplingInterval : TimeInterval *
step : Duration *
function : Scalar -> TimeSampledValues
Parameters
- intervals
- Type: AGI.Foundation.TimeTimeIntervalCollection
The set of intervals over which to sample. - samplingInterval
- Type: AGI.Foundation.TimeTimeInterval
The reference time period defining the regularized sampling. - step
- Type: AGI.Foundation.TimeDuration
The step size for sampling. - function
- Type: AGI.Foundation.GeometryScalar
The time-dynamic scalar function to compute.
Return Value
Type:
TimeSampledValuesA data set containing scalar data sampled over time.
See Also