Navigation: Programming with Amos > Class Reference > AmosMatrix Class Reference > Properties
NRows Property
The number of rows in a matrix. Read-only.
Syntax
result = object.nRows
The nRows property syntax has the following parts:
Part
Description
result
The number of rows in object's matrix.
object
An object of type AmosMatrix.
Placement: [3].