The constant value used for the multiplication. The value must be greater or equal zero. If the value is less than one, division operation can be emulated.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 83.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogIPOneImageMultiplyConstant Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is less than zero. |
Remarks
The constant value used for the multiplication. The value must be greater than or equal to zero. If the value is less than one, division operation can be emulated.
Default Value: 1.0
See Also