Matrix.Empty() Method

Top 

Description

An empty matrix.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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