ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT generic type exposes the following members.

Properties

  NameDescription
Public propertyC
Create lazy, shallow clone of this array.

[ILNumerics Core Module]

Public propertyIsColumnVector
Determines whether this array represents a column vector.

[ILNumerics Core Module]

(Overrides BaseArrayIsColumnVector.)
Public propertyIsComplex
Returns true if elements of this array store a real and an imaginary part each.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public propertyIsEmpty
Determines whether this array stores no elements.

[ILNumerics Core Module]

(Overrides BaseArrayIsEmpty.)
Public propertyIsMatrix
Determines whether this array is a matrix.

[ILNumerics Core Module]

(Overrides BaseArrayIsMatrix.)
Public propertyIsNumeric
Gets whether this array stores elements of a numeric type.

[ILNumerics Core Module]

(Overrides BaseArrayIsNumeric.)
Public propertyIsRowVector
Gets whether this array represents a row vector [readonly].

[ILNumerics Core Module]

(Overrides BaseArrayIsRowVector.)
Public propertyIsScalar
Gets whether this array has exactly one element.

[ILNumerics Core Module]

(Overrides BaseArrayIsScalar.)
Public propertyIsVector
Determines if this array represents a vector.

[ILNumerics Core Module]

(Overrides BaseArrayIsVector.)
Public propertyLength
Gets the number of elements stored in the longest dimension [readonly].

[ILNumerics Core Module]

(Overrides BaseArrayLength.)
Public propertyMaxValue Obsolete.
Retrieves the maximum value among all elements of this array.

[ILNumerics Core Module]

Public propertyMinValue Obsolete.
Retrieves the minimum value among all elements of this array.

[ILNumerics Core Module]

Public propertyReferenceCount
Gets the number of arrays currently sharing the storage with this array.

[ILNumerics Core Module]

(Overrides BaseArrayReferenceCount.)
Public propertyS
Gets the dimension descriptor for this array (readonly). This is an alias for Size.

[ILNumerics Core Module]

(Overrides BaseArrayS.)
Public propertySize
Gets the dimension descriptor for this array. [readonly]

[ILNumerics Core Module]

(Overrides BaseArraySize.)
Public propertyT
Return transposed version of this array.

[ILNumerics Core Module]

Top
See Also

Reference