GridTimeSampledValuesComputeOverallMean Method |
Computes the mean value of the entire combined data set (not the mean value of the individual mean values).
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 ComputeOverallMean()
Public Function ComputeOverallMean As Double
public:
double ComputeOverallMean()
member ComputeOverallMean : unit -> float
Return Value
Type:
DoubleThe overall mean value of the combined figure of merit data.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when GridPointData is empty. |
See Also