ILNumerics Ultimate VS

OutLogical Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The OutLogical type exposes the following members.

Methods

  NameDescription
Public methodAssign
Assign another array to this array variable. This is an optional, yet more efficient alternative to using '=' for assigning to the array directly.

[ILNumerics Core Module]

(Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodEquals(Object)
Test if this array equals another array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodEquals(ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>)
Test if this array equals another array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodExportValues
(Expert API) Export (copy) values into System.Array.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetEnumerator
Enumerator returning elements as T1 in column major order.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetHashCode
Generate a hash code based on the current values.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetHostPointerForRead
[Expert API - UNSAFE!] Acquire a read pointer to the memory storing the first element of this array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetItem
Retrieve the element addressed by the sequential index i.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, 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 ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodIsOfType<ElementType>
Tests if this base array stores elements of type ElementType.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64[])
Creates reshaped version of this array, accepts variable length arguments array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Nullable<StorageOrders>)
Create reshaped, 1 dimensional version of this array. Flattens the array to a vector.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64[], Nullable<StorageOrders>) Obsolete.
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(UInt32[], Nullable<StorageOrders>)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodReshape<IndT>(BaseArray<IndT>, Nullable<StorageOrders>)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>,BaseArray[]) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>,DimSpec[]) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSetRange(BaseArray<T1>, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) (Inherited from Mutable<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodShortInfo()
Converts this array into a short textual representation, displaying the type, shape and a few element values.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, 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 ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSubarray(BaseArray)
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSubarray(BaseArray[])
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodSubarray(DimSpec[])
Extract part of this array. Matlab® and numpy indexing.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, 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 ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToStream Obsolete.
Convert and store content of this array into a stream. This function is obsolete.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToString()
Create textual description of this array. Limits the number of elements shown for very large arrays.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToString(UInt32, UInt32, Nullable<StorageOrders>, Boolean, Boolean, Nullable<Int32>)
Creates a textual representation of this array and allows to control display parameters.

[ILNumerics Core Module]

(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToXML
Writes a XML string in XML file

[ILNumerics Core Module]

(Inherited from BaseArray<T>.)
Top
Extension Methods

  NameDescription
Public Extension Methodastype<Boolean, 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 Methodflatten<Boolean>(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 MethodGetValue<Boolean>(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<Boolean>(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<Boolean>(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<Boolean>(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<Boolean>(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<Boolean>(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<Boolean>(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 MethodIndexIterator<Boolean>
Efficient iterator over generic (but numeric!) type elements for use in indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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 Methoditem<Boolean>(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(Nullable<StorageOrders>)Overloaded.
Efficient iterator over the array for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIterator<Boolean>(Nullable<StorageOrders>)Overloaded.
Efficient iterator over generic type elements for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIterator<Tout>(Func<Boolean, Tout>, Nullable<StorageOrders>)Overloaded.
Efficient iterator over the array for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension Methodravel<Boolean> (Defined by ExtensionMethods.)
Top
See Also

Reference