TMtx.Cols Property

Int32 Cols { get; set; }

Defines the number of matrix columns.

Returns: Int32

Remarks:

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

Note
Always set the Dew.Math.TMtxVec.Complex property before setting Cols. Complex is initially false and Cols is initially 0. You can also set the Cols property by calling the Dew.Math.TMtx.Size method.

See Also: TMtx.Rows, TMtx.Size