ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Gets whether this array represents a row vector [readonly].
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: BooleanRemarks
An array is considered a row vector, if all of the following is true: its first dimension (index 0) has lengths 1 and the array has more than one dimension and all elements are stored in the second dimension.
[ILNumerics Core Module]
See Also