UV.IsAlmostEqualTo(UV) Method

UVIsAlmostEqualTo(UV) Method

Determines whether this 2-D vector and the specified 2-D vector are the same within the tolerance (1.0e-09).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAlmostEqualTo(
	UV source
)
Public Function IsAlmostEqualTo ( 
	source As UV
) As Boolean
public:
bool IsAlmostEqualTo(
	UV^ source
)
member IsAlmostEqualTo : 
        source : UV -> bool 

Parameters

source  UV
The vector to compare with this vector.

Return Value

Boolean
True if the vectors are the same; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when left is .
See Also