ILNumerics Ultimate VS

BaseArrayT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BaseArrayT generic type exposes the following members.

Properties

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

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsComplex
Determines if this array is of complex inner type.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyCode exampleIsDisposed
This flag indicates that an array is not to be used anymore.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsMatrix
Test if this instance is a matrix.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsNumeric
Determine if this array is of numeric inner type.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsRowVector
Test if this array instance is a row vector.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsScalar
Test if this instance is a scalar.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsVector
Test if this array is a vector.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyLength
Length of the longest dimension of this instance

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyReferenceCount
Counts the number of arrays currently referencing the storage of this array.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyS
Size descriptor determining the number, lengths and strides of the dimensions of this array. Alias to Size.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertySize
Size descriptor determining the number, lengths and strides of the dimensions of this array.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Top
See Also

Reference