Cog3DRange IsWithin Method Cognex VisionPro 9.23
Check whether a value is inside the range.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax

public bool IsWithin(
	double value
)

Parameters

value
Type: System Double
The value for checking.

Return Value

Type: Boolean
True if value is inside the range; false otherwise.
See Also