The RetCell type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Dispose |
Release this array after use. Cleans up on RetArray<T1>, RetCell and RetLogical arrays which are not otherwise 'utilized'.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Equals(Object) |
Compare elements and shape of this array with another array.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Equals(ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>) |
Test if this array equals another array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ExportValues |
Export (copy) values into System.Array.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Finish |
Waits for any pending operation writing to this array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetArrayForRead |
Gets a copy of the array elements for read access.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetElementType |
Gets a Type object describing the element type T1.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetEnumerator |
Gives an enumerator returning elements of this array as T1.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetHashCode |
Generate a hash code based on the current arrays values
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetHostPointerForRead |
[Invalid] This method cannot be used on return type arrays! Create a local array instead! Acquire the pointer elements from the local array then.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetItem |
Retrieve the value of the element addressed by the sequential index in i.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetProfileInfo |
Returns the performance profiling information of the last command writing to this array, if available.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | IsOfType<ElementType> |
Tests if this array stores elements of type ElementType. Does NOT release the array!
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64[]) |
Creates reshaped version of this array, accepts variable length arguments array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Nullable<StorageOrders>) |
Create reshaped, 1 dimensional version of this array. Flattens the array to a vector.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64[], Nullable<StorageOrders>) | Obsolete.
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(UInt32[], Nullable<StorageOrders>) |
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>) |
Create reshaped version of this storage.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Reshape<IndT>(BaseArray<IndT>, Nullable<StorageOrders>) |
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ShortInfo() |
Short textual summary of this instance, used for debug output.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ShortInfo(Boolean, Boolean, Boolean, Boolean) |
Short textual summary of this instance, select individual info components.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray[]) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec) |
Extract part from this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec[]) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToStream | Obsolete.
Write values of this instance to a stream.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToString() |
Convert this array to a string.
(Inherited from ConcreteRetArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToString(UInt32, UInt32, Nullable<StorageOrders>, Boolean, Boolean, Nullable<Int32>) |
Creates a textual representation of this array and allows to control display parameters.
(Inherited from ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToXML |
Writes a XML string in XML file
(Inherited from BaseArray<T>.)[ILNumerics Core Module] |
Name | Description | |
---|---|---|
![]() | flatten<BaseArray> |
[numpy API] Returns a flattened copy of the source array. This is the same as ravel<T1>(BaseArray<T1>, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | GetArray<T>() | Overloaded.
Gives the content of a scalar cell as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(InArray<Int64>) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetArray<T>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetBaseArray |
Retrieves a clone of the value at the position d0 as an array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell() | Overloaded.
Gives the content of a scalar cell of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(InArray<Int64>) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetCell(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element of element type cell.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical() | Overloaded.
Gives the content of a scalar cell storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(InArray<Int64>) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetLogical(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Gives the content of a cell element storing a Logical array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue() | Overloaded.
Retrieves a clone of the value of a scalar (0-dim) cell array as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64) | Overloaded.
Retrieves a clone of the value at the position d0 as an array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(InArray<Int64>) | Overloaded.
Retrieves the value of the element addressed by the index array indices as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 and d1 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d2 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d3 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d4 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d5 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d6 as as array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>() | Overloaded.
Retrieves a clone of the value of a scalar (0-dim) cell array as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64) | Overloaded.
Retrieves a clone of the value at the position d0. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64) | Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(InArray<Int64>) | Overloaded.
Retrieves the value of the element addressed by the index array indices. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 and d1 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d2 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64, Int64, Int64) | Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d3 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d4 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d5 as an array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<T>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieves the value of the element at the position specified by d0 ... d6 as as array. Supports deep indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<BaseArray>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValueSeqAs<T> |
Retrieves an ILNumerics array from a cell A element of 'compatible'
element type. Only the target type is to be determined.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | IndexIterator<BaseArray> |
Efficient iterator over generic (but numeric!) type elements for use in indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | IsNullAt |
Test if the cell element at a given sequential position is null (Nothing in VB).
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(InArray<Int64>) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64, Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() ![]() | IsTypeOf<CellT>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Tests if a cell element is of the given element type.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | item<BaseArray>(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension index.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64[]) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<BaseArray>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | Iterator<BaseArray> |
Efficient iterator over generic type elements for use in foreach loops.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | ravel<BaseArray> |
[numpy API] Returns a flattened copy of the source array. This is the same as flatten<T1>(BaseArray<T1>, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |