ILNumerics Ultimate VS

BaseArrayIsVector Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public abstract bool IsVector { get; }

Property Value

Type: Boolean
Remarks

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.

[ILNumerics Core Module]

See Also

Reference