VirtualMatrix.IsEqualTo(Matrix) Method

Top 

Description

Determines if two matrices are equal.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

VirtualMatrix.IsEqualTo(

Matrix rhs)

 

 

Arguments

rhs


Description:

The right-hand-side of the equal evaluation.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the matrices are equal and 0 otherwise.

 

Syntax

myVariable1 = [1,2; 3,4].IsEqualTo(myMatrix1);

 

 

See also

VirtualMatrix Object