CADability dotNET
Returns true if the radians differ less than 1e-12

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool IsCloseTo(
	Angle ang
)
Visual Basic
Public Function IsCloseTo ( _
	ang As Angle _
) As Boolean
Visual C++
public:
bool IsCloseTo(
	Angle ang
)

Parameters

ang
Type: CADability..::..Angle

Return Value

See Also