Matrix.Empty() Method

Top 

Description

An empty 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.

 

Method Signature

Matrix.Empty(

)

 

 

Return Value

Type:

Matrix of number (size = 0 x 0)

 

 

Returns an empty matrix.

 

Syntax

myMatrix1 = Matrix.Empty();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide