DoubleMatrixRowLength Property

Gets the length of the DoubleMatrixRow.

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 DoubleMatrixRow.

Remarks

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

Property Length returns the NumberOfColumns of Matrix.

See Also