ILNumerics Ultimate VS

RetLogical Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Logical array type to be used as return type for user defined functions.

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumericsBaseArray
    ILNumericsBaseArrayBoolean
      ILNumerics.Core.ArraysConcreteArrayBoolean, Logical, InLogical, OutLogical, RetLogical, LogicalStorage
        ILNumerics.Core.ArraysImmutableBoolean, Logical, InLogical, OutLogical, RetLogical, LogicalStorage
          ILNumerics.Core.ArraysConcreteRetArrayBoolean, Logical, InLogical, OutLogical, RetLogical, LogicalStorage
            ILNumericsRetLogical

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public sealed class RetLogical : ConcreteRetArray<bool, Logical, InLogical, OutLogical, RetLogical, LogicalStorage>

The RetLogical type exposes the following members.

Properties

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ImmutableT1, 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 ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyIsComplex
Determines whether this array hosts complex elements.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, 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 ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyIsMatrix
Determines whether this array has not more than two dimensions.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, 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 ConcreteRetArrayT1, 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 ConcreteRetArrayT1, 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 ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyIsVector
Gets whether this array is a row vector or a column vector.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64
Retrieves the value(s) of the element(s) at the position(s) specified by d0. Deep indexing for cells.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32
(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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray
Gets a subarray from this array, ranges are based on an array of index arrays.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray, BaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec, DimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemInt64, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemUInt32, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec
Gets a subarray from this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, 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 ImmutableT1, 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 ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyMaxValue Obsolete.
Retrieves the maximum value among all elements of this array.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyndim
[numpy API] The number of dimensions stored for this array.

[ILNumerics Core Module]

(Inherited from ImmutableT1, 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 ConcreteRetArrayT1, 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 ConcreteRetArrayT1, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertySize
Gets the dimension descriptor for this array. [readonly]

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, 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 ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertystrides
[numpy API] The strides of elements within the dimensions. Unit: element size.

[ILNumerics Core Module]

(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)
Public propertyT
Return transposed version of this array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Top
Methods

  NameDescription
Public methodCode exampleDispose
Release this array after use. Cleans up on RetArrayT1, RetCell and RetLogical arrays which are not otherwise 'utilized'.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodEquals(Object)
Compare elements and shape of this array with another array.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodEquals(ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT)
Test if this array equals another array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodExportValues
Export (copy) values into System.Array.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodFinish
Waits for any pending operation writing to this array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetArrayForRead
Gets a copy of the array elements for read access.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetElementType
Gets a Type object describing the element type T1.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetEnumerator
Gives an enumerator returning elements of this array as T1.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetHashCode
Generate a hash code based on the current arrays values

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetHostPointerForRead
[Invalid] This method cannot be used on return type arrays! Create a local array instead! Acquire the pointer elements from the local array then.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetItem
Retrieve the value of the element addressed by the sequential index in i.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodGetProfileInfo
Returns the performance profiling information of the last command writing to this array, if available.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodIsOfTypeElementType
Tests if this array stores elements of type ElementType. Does NOT release the array!

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64)
Creates reshaped version of this array, accepts variable length arguments array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, NullableStorageOrders)
Create reshaped, 1 dimensional version of this array. Flattens the array to a vector.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, NullableStorageOrders) Obsolete.
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(UInt32, NullableStorageOrders)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, Int64, NullableStorageOrders)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodReshapeIndT(BaseArrayIndT, NullableStorageOrders)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodShortInfo
Short textual summary of this instance, used for debug output.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodShortInfo(Boolean, Boolean, Boolean, Boolean)
Short textual summary of this instance, select individual info components.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec)
Extract part from this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray, BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec, DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodSubarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodToStream Obsolete.
Write values of this instance to a stream.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodToString
Convert this array to a string.

[ILNumerics Core Module]

(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodToString(UInt32, UInt32, NullableStorageOrders, Boolean, Boolean, NullableInt32)
Creates a textual representation of this array and allows to control display parameters.

[ILNumerics Core Module]

(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)
Public methodToXML
Writes a XML string in XML file

[ILNumerics Core Module]

(Inherited from BaseArrayT.)
Top
Operators

  NameDescription
Public operatorStatic memberCode example(Array to RetLogical)
Convert n-dimensional Array to ILNumerics array.

[ILNumerics Core Module]

Public operatorStatic member(Boolean to RetLogical)
Converts single value into scalar array.

[ILNumerics Core Module]

Public operatorStatic member(InLogical to RetLogical)
Converts input type array to return type array (volatile, immutable).

[ILNumerics Core Module]

Public operatorStatic member(Logical to RetLogical)
Converts local array to a return type array (volatile, immutable).

[ILNumerics Core Module]

Public operatorStatic member(OutLogical to RetLogical)
Converts output array to an return type array (volatile, immutable).

[ILNumerics Core Module]

Public operatorStatic member(RetLogical to Boolean)
Convert scalar Logical array to Boolean.

[ILNumerics Core Module]

Top
Extension Methods

  NameDescription
Public Extension MethodastypeBoolean, Tout
[numpy API] Create a new array from generic input array, specify element type and storage order. This function is provided for compatibility with generic array types.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension Methodflatten(StorageOrders)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodflattenBoolean(StorageOrders)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32)Overloaded.
Retrieves the value of the element at the position as specified by d0.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64)Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32)Overloaded.
Retrieve the value at the element addressed by indices stored in an index array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64)Overloaded.
Retrieve the value at the element addressed by indices stored in an index array. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 and d1.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32, UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32, UInt32, UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64)Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBoolean(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIndexIteratorBoolean
Efficient iterator over generic (but numeric!) type elements for use in indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension index.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64, Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64, Int64, Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBoolean(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.

[ILNumerics numpy Module]

(Defined by ExtensionMethods.)
Public Extension MethodIterator(NullableStorageOrders)Overloaded.
Efficient iterator over the array for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIteratorBoolean(NullableStorageOrders)Overloaded.
Efficient iterator over generic type elements for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIteratorTout(FuncBoolean, Tout, NullableStorageOrders)Overloaded.
Efficient iterator over the array for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodravelBoolean (Defined by ExtensionMethods.)
Top
Remarks

[ILNumerics Core Module]

See Also

Reference