Click or drag to resize

TimeSampledValues.ComputeMinimum Method

Computes the minimum value over the computed timespan

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

Return Value

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