The number of columns in the matrix.

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

Syntax

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

Field Value

An int containing the number of columns in the matrix.

See Also