Share

Matrix.IsEqualTo Method

Parent Object: Matrix

Description

Compares this matrix for equality with the specified matrix.

Syntax

Matrix.IsEqualTo( Matrix As Matrix, [Tolerance] As Double ) As Boolean

Parameters

Name Type Description
Matrix Matrix Input Matrix object that specifies matrix to compare.
Tolerance Double Input Double that specifies the tolerance to be used when determining whether the matrices are equal.

This is an optional argument whose default value is 0.0.

Version

Introduced in version 4

Was this information helpful?