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: 25.2.423.0 (25.2.423.0)
Syntaxpublic double ComputeMaximum()
Public Function ComputeMaximum As Double
public:
double ComputeMaximum()
member ComputeMaximum : unit -> float
Return Value
Type:
DoubleThe maximum value of the
Data.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when Data is empty. |
See Also