CogIPOneImageMultiplyConstant ConstantValue Property Cognex VisionPro 9.8 SR1
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax

public double ConstantValue { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogIPOneImageMultiplyConstant Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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