Vector.ToRowMatrix() Method

Top 

Description

Returns a row matrix containing the vector elements.

 

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

Vector.ToRowMatrix(

)

 

 

Return Value

Type:

Matrix of number

 

 

The row matrix.

 

Syntax

myMatrix1 = myVector1.ToRowMatrix();

 

 

See also

Vector Object

Coverage and Contact Analysis Guide

Vectors and Coordinate Systems Guide

Matrix, Array, and Variable Math Guide