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 vector the number of non singleton
dimensions must equal 1. Keep in mind that all Arrays 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.
Test if this array is a vector.
[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
[ILNumerics Core Module]
See Also