CogDLRuntimeInterval Constructor (Double, Double)Cognex VisionPro 9.22
Construct an instance of this class with the specified values.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public CogDLRuntimeInterval(
	double dLower,
	double dUpper
)

Parameters

dLower
Type: System Double
THe desired lower bound.
dUpper
Type: System Double
The desired upper bound.
See Also