Click or drag to resize

ComplexMatrixRowLength Property

Gets the length of the ComplexMatrixRow.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public int Length { get; }

Property Value

Type: Int32
The number of columns of the ComplexMatrixRow.
Remarks

A ComplexMatrixRow instance represents a row of a ComplexMatrix. More thoroughly, since each ComplexMatrixRow is an item in a ComplexMatrixRowCollection, such matrix can be inspected by getting the Matrix property of the given collection.

Property Length returns the NumberOfColumns of Matrix.

See Also