Vector2d.IsEqualTo Method
Parent Object:
Vector2d
Description
Compare this vector2d for equality to the specified vector2d.
Syntax
Vector2d.
IsEqualTo
(
Vector
As
Vector2d
, [
Tolerance
] As Double ) As Boolean
Parameters
Name
Type
Description
Vector
Vector2d
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.