Click or drag to resize
GeIntervalIsEqualAtLower Method
Returns True if this interval is bounded below and its lower bound is equal to the value within 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 IsEqualAtLower(
	double value
)

Parameters

value
Type: SystemDouble

Return Value

Type: Boolean
Remarks