Click or drag to resize

TimeSampledValuesComputeMaximum Method

Computes the maximum value over the computed timespan

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputeMaximum()

Return Value

Type: Double
The maximum value of the Data.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when Data is empty.
See Also