public int Length { get; }Public ReadOnly Property Length As Integer
Getpublic:
property int Length {
int get ();
}member Length : int with getA 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.