CogStatistics RunningMaxValue Property Cognex VisionPro 9.7
Returns the maximum value sampled since last reset. Calling ResetRunningStatistics() will restart this calculation.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public double RunningMaxValue { get; }

Property Value

Type: Double
Exceptions

Remarks

Returns the maximum value sampled since the last call to ResetRunningStatistics .

See Also