The mode used to handle overflow conditions that can occur while performing the multiply operation.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax
Property Value
Type: CogIPOneImageMultiplyConstantOverflowModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogIPOneImageMultiplyConstant Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
Remarks
The modeused to handle overflow conditions that can occur while performing the multiply operation. You can specify that result of the operation by clamped to the maximum value the at can be expressed by the selected OutputImageFormat or you can specify that the value wrap.
Default Value: cogIPOneImageMultiplyConstantOverflowModeBounded
See Also