The number of rows in the constraint matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int NumberOfRows { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberOfRows As Integer
Visual C++
public:
virtual property int NumberOfRows {
	int get ();
}

Field Value

An int containing the number of rows in the constraint matrix.

See Also