ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTIsRowVector Property

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

public override bool IsRowVector { get; }

Property Value

Type: Boolean
Remarks

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

Reference