CogStatistics RunningMinValue Property Cognex VisionPro 9.22
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: 87.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