ComplexMatrixRowLength Property

Gets the length of the ComplexMatrixRow.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public int Length { get; }

Property Value

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