UnitVector2d.IsEqualTo Method
Parent Object:
UnitVector2d
Description
Compare this unit vector2d for equality to the specified unit vector2d.
Syntax
UnitVector2d.
IsEqualTo
(
Vector
As
UnitVector2d
, [
Tolerance
] As Double ) As Boolean
Parameters
Name
Type
Description
Vector
UnitVector2d
Vector to compare to.
Tolerance
Double
Tolerance for comparison.
This is an optional argument whose default value is 0.0.
Version
Introduced in version 11
© Copyright 2021 Autodesk, Inc.
Comment on this page.