You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Properties > MatrixInt.Rows Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.Rows Property

Defines the number of matrix Rows.

Syntax
C#
Visual Basic
public int Rows;

Use this property to set or get the number of the calling matrix Rows. Setting the Rows does not affect the actual amount of memory allocated unless Rows*Cols is bigger than TMtxVecBase.ActualSize.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!