Click or drag to resize
GeIntervalIsEqualAtUpper Method
Returns True if this interval is bounded above and its upper 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 IsEqualAtUpper(
	double value
)

Parameters

value
Type: SystemDouble

Return Value

Type: Boolean
Remarks