ILNumerics.Net
IsVector Property

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArrayIsVector
ILNumerics.Net - numeric computing for .NET
Determine if this array is a vector.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsVector { get; }
Public ReadOnly Property IsVector As Boolean
public:
property bool IsVector {
	bool get ();
}
Remarks
In order for an array to be a vector the number of non singleton dimensions must equal 1. Keep in mind, all ILArrays have at least 2 dimensions. Therefore it is not sufficient to test for the number of dimensions, but to take the number of non singleton dimensions into account. This attribute is readonly.

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