ILNumerics Ultimate VS

BaseArray Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BaseArray type exposes the following members.

Properties

  NameDescription
Public propertyIsColumnVector
Test if this array instance is a column vector

[ILNumerics Core Module]

Public propertyIsComplex
Determines if this array is of complex inner type.

[ILNumerics Core Module]

Public propertyCode exampleIsDisposed
This flag indicates that an array is not to be used anymore.

[ILNumerics Core Module]

Public propertyIsEmpty
Test if this instance is an empty array (number of elements stored eqals 0).

[ILNumerics Core Module]

Public propertyIsMatrix
Test if this instance is a matrix.

[ILNumerics Core Module]

Public propertyIsNumeric
Determine if this array is of numeric inner type.

[ILNumerics Core Module]

Public propertyIsRowVector
Test if this array instance is a row vector.

[ILNumerics Core Module]

Public propertyIsScalar
Test if this instance is a scalar.

[ILNumerics Core Module]

Public propertyIsVector
Test if this array is a vector.

[ILNumerics Core Module]

Public propertyLength
Length of the longest dimension of this instance

[ILNumerics Core Module]

Public propertyReferenceCount
Counts the number of arrays currently referencing the storage of this array.

[ILNumerics Core Module]

Public propertyS
Size descriptor determining the number, lengths and strides of the dimensions of this array. Alias to Size.

[ILNumerics Core Module]

Public propertySize
Size descriptor determining the number, lengths and strides of the dimensions of this array.

[ILNumerics Core Module]

Top
See Also

Reference