*NumberOfRowsColumns()

Specifies the number of rows and columns of rake lines on which to apply the vector plot.

Syntax

*NumberOfRowsColumns (rows, columns)

Application

HyperView

Inputs

rows
The number of rows of rakes on which to apply the vector plot.
columns
The number of columns of rakes on which to apply the vector plot.

Context

*BeginVector()

Example

*BeginVector()
   *NumberOfRowsColumns("rows", "columns")
*EndVector()

Comments

A *NumberOfRowsColumns() command may be placed inside a *BeginVector() block to capture the number of rows and columns of rake lines on which to apply the vector plot.