ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTIsVector Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determines if this array represents a vector.

[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 IsVector { get; }

Property Value

Type: Boolean
Remarks

An array is considered a vector when one of the following is true: the array has exactly one dimension, or the array has exactly one non-singleton dimension, or the array has exactly 1 element.

[ILNumerics Core Module]

See Also

Reference