MPSReaderNumberOfColumns Property |
The number of columns in the constraint matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfColumns { get; }
Public Overridable ReadOnly Property NumberOfColumns As Integer
Get
public:
virtual property int NumberOfColumns {
int get ();
}
abstract NumberOfColumns : int with get
override NumberOfColumns : int with get
Property Value
Type:
Int32
An
int containing the number of columns in the constraint
matrix.
See Also