Click or drag to resize
GeIntervalContains Method
Returns True if the value belongs to this interval with the boundary tolerance of this interval, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Contains(
	double value
)

Parameters

value
Type: SystemDouble

Return Value

Type: Boolean
Remarks