Click or drag to resize

DoubleMatrixRowLength Property

Gets the length of the DoubleMatrixRow.

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