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