ILNumerics Ultimate VS

RetLogical Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The RetLogical type exposes the following members.

Properties

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

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyflat
Readonly iterator over the elements of this array in row-major order.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsColumnVector
Determines whether this array has the shape of a column vector [n x 1].

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsComplex
Determines whether this array hosts complex elements.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
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 has empty dimensions and no elements.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsMatrix
Determines whether this array has not more than two dimensions.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsNumeric
Determines whether the element type of this array T1 is a numeric value type.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsRowVector
Gets whether this array has the shape of a row vector, [1 x n].

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsScalar
Gets whether this array has the shape of a scalar, a single element [1 x 1].

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyIsVector
Gets whether this array is a row vector or a column vector.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray[]]
Gets a subarray from this array, ranges are based on an array of index arrays.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec[]]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 and d1. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 and d1 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d2. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d2 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64, Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d3. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32, UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d3 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray, BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec, DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64, Int64, Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d4. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32, UInt32, UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d4 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray, BaseArray, BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec, DimSpec, DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64, Int64, Int64, Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d5. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32, UInt32, UInt32, UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d5 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[Int64, Int64, Int64, Int64, Int64, Int64, Int64]
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d6. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32]
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d6 or set its value.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyItem[DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec]
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyitemsize
[numpy API] The number of bytes required to store a single element T1 in memory. [readonly]

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyLength
Gets the length of the longest dimension of this array or 0 if no such dimension exists.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyMaxValue Obsolete.
Retrieves the maximum value among all elements of this array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyMinValue Obsolete.
Retrieves the minimum value among all elements of this array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertynbytes
[numpy API] The total number of bytes required to store all elements of this array. [readonly]

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyndim
[numpy API] The number of dimensions stored for this array.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyNumberTrues
Gives the number of elements evaluating to true.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyS
Gets the dimension descriptor for this array (readonly). This is an alias for Size.

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyshape
[numpy API] The dimension lengths as ILNumerics vector of length corresponding to NumberOfDimensions.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertySize
Gets the dimension descriptor for this array. [readonly]

[ILNumerics Core Module]

(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertysize_
[numpy API] Gives the number of elements in this array. This attribute is an alias for NumberOfElements. [readonly]

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertystrides
[numpy API] The strides of elements within the dimensions. Unit: element size.

[ILNumerics Core Module]

(Inherited from Immutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public propertyT
Return transposed version of this array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Top
See Also

Reference