Returns the standard deviation value generated from sampled data since last reset. Calling ResetRunningStatistics() will restart this calculation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| CogDataAnalysisNoSamplesException | RunningNumSamples is 0. |
Remarks
Returns the standard deviation of the values sampled since the last call to ResetRunningStatistics .
See Also