ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
In order for an array to be a matrix the number of non singleton
dimensions must be at most 2. This attribute is readonly.
Test if this instance is a matrix.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: BooleanRemarks
Keep in mind that all Arrays have at least 2 dimensions. Therefore, vectors and scalar arrays are considered a matrix of size [n,1] / [1,n] or [1,1].
[ILNumerics Core Module]
See Also