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

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.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