ILNumerics - Technical Application Development
Top
The BaseArrayT generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsColumnVector |
Test if this array instance is a column vector
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsComplex |
Determines if this array is of complex inner type.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() ![]() | IsDisposed |
This flag indicates that an array is not to be used anymore.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsEmpty |
Test if this instance is an empty array (number of elements stored eqals 0).
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsMatrix |
Test if this instance is a matrix.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsNumeric |
Determine if this array is of numeric inner type.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsRowVector |
Test if this array instance is a row vector.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsScalar |
Test if this instance is a scalar.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | IsVector |
Test if this array is a vector.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | Length |
Length of the longest dimension of this instance
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | ReferenceCount |
Counts the number of arrays currently referencing the storage of this array.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | S |
Size descriptor determining the number, lengths and strides of the dimensions of this array. Alias to Size.
(Inherited from BaseArray.)[ILNumerics Core Module] |
![]() | Size |
Size descriptor determining the number, lengths and strides of the dimensions of this array.
(Inherited from BaseArray.)[ILNumerics Core Module] |
See Also