Matrix2d.IsEqualTo Method
Parent Object:
Matrix2d
Description
Compares this matrix2d for equality with the specified matrix2d
Syntax
Matrix2d.
IsEqualTo
(
Matrix2d
As
Matrix2d
, [
Tolerance
] As Double ) As Boolean
Parameters
Name
Type
Description
Matrix2d
Matrix2d
Matrix2s to compare to.
Tolerance
Double
Tolerance value 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.