VirtualMatrix.Diagonal Property

Top 

Description

The diagonal elements of the matrix.

 

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.

 

Attributes

Type:

Array of number

Access:

read

 

Syntax

myVariable1 = [1,2; 3,4].Diagonal[0];

 

See also

VirtualMatrix Object