ILNumerics.Net
IsMatrix Property

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArrayIsMatrix
ILNumerics.Net - numeric computing for .NET
Determine if this array is a matrix.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsMatrix { get; }
Public ReadOnly Property IsMatrix As Boolean
public:
property bool IsMatrix {
	bool get ();
}
Remarks
In order for an array to be a matrix the number of non singleton dimensions must equal 2. This attribute is readonly.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)