ILNumerics - Technical Application Development
Top
The ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| C |
Create lazy, shallow clone of this array.
[ILNumerics Core Module] | |
| IsColumnVector |
Determines whether this array represents a column vector.
(Overrides BaseArrayIsColumnVector.)[ILNumerics Core Module] | |
| IsComplex |
Returns true if elements of this array store a real and an imaginary part each.
(Overrides BaseArrayIsComplex.)[ILNumerics Core Module] | |
| IsDisposed |
This flag indicates that an array is not to be used anymore.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
| IsEmpty |
Determines whether this array stores no elements.
(Overrides BaseArrayIsEmpty.)[ILNumerics Core Module] | |
| IsMatrix |
Determines whether this array is a matrix.
(Overrides BaseArrayIsMatrix.)[ILNumerics Core Module] | |
| IsNumeric |
Gets whether this array stores elements of a numeric type.
(Overrides BaseArrayIsNumeric.)[ILNumerics Core Module] | |
| IsRowVector |
Gets whether this array represents a row vector [readonly].
(Overrides BaseArrayIsRowVector.)[ILNumerics Core Module] | |
| IsScalar |
Gets whether this array has exactly one element.
(Overrides BaseArrayIsScalar.)[ILNumerics Core Module] | |
| IsVector |
Determines if this array represents a vector.
(Overrides BaseArrayIsVector.)[ILNumerics Core Module] | |
| Length |
Gets the number of elements stored in the longest dimension [readonly].
(Overrides BaseArrayLength.)[ILNumerics Core Module] | |
| MaxValue | Obsolete.
Retrieves the maximum value among all elements of this array.
[ILNumerics Core Module] | |
| MinValue | Obsolete.
Retrieves the minimum value among all elements of this array.
[ILNumerics Core Module] | |
| ReferenceCount |
Gets the number of arrays currently sharing the storage with this array.
(Overrides BaseArrayReferenceCount.)[ILNumerics Core Module] | |
| S |
Gets the dimension descriptor for this array (readonly). This is an alias for Size.
(Overrides BaseArrayS.)[ILNumerics Core Module] | |
| Size |
Gets the dimension descriptor for this array. [readonly]
(Overrides BaseArraySize.)[ILNumerics Core Module] | |
| T |
Return transposed version of this array.
[ILNumerics Core Module] |
See Also