CogStatistics RunningMinValue Property Cognex VisionPro 9.23
Returns the minimum value sampled since last reset. Calling ResetRunningStatistics() will restart this calculation.

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

public double RunningMinValue { get; }

Property Value

Type: Double
Exceptions

Remarks

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

See Also