ILNumerics Ultimate VS

RetCell Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The RetCell type exposes the following members.

Methods

  NameDescription
Public methodCode exampleDispose (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
Extension Methods

  NameDescription
Public Extension MethodflattenBaseArray (Defined by ExtensionMethods.)
Public Extension MethodGetArrayTOverloaded.
Gives the content of a scalar cell as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(InArrayInt64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetArrayT(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element as ILNumerics array of specified type T.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetBaseArray
Retrieves a clone of the value at the position d0 as an array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCellOverloaded.
Gives the content of a scalar cell of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(InArrayInt64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetCell(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogicalOverloaded.
Gives the content of a scalar cell storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(InArrayInt64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetLogical(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Gives the content of a cell element storing a Logical array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueOverloaded.
Retrieves a clone of the value of a scalar (0-dim) cell array as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64)Overloaded.
Retrieves a clone of the value at the position d0 as an array.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(InArrayInt64)Overloaded.
Retrieves the value of the element addressed by the index array indices as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 and d1 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d2 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(Int64, Int64, Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d3 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValue(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueTOverloaded.
Retrieves a clone of the value of a scalar (0-dim) cell array as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueT(Int64)Overloaded.
Retrieves a clone of the value at the position d0. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(InArrayInt64)Overloaded.
Retrieves the value of the element addressed by the index array indices. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueT(Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 and d1 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(Int64, Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d2 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(Int64, Int64, Int64, Int64)Overloaded.
Retrieves a clone of the value at the position specified by d0 ... d3 as an array. Supports deep indexing.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueT(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.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodGetValueBaseArray(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 MethodGetValueSeqAsT
Retrieves an ILNumerics array from a cell A element of 'compatible' element type. Only the target type is to be determined.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodIsNullAt
Test if the cell element at a given sequential position is null (Nothing in VB).

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(InArrayInt64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64, Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64, Int64, Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodCode exampleIsTypeOfCellT(Int64, Int64, Int64, Int64, Int64, Int64, Int64)Overloaded.
Tests if a cell element is of the given element type.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethoditemBaseArray(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 MethodIteratorBaseArray
Efficient iterator over generic type elements for use in foreach loops.

[ILNumerics Core Module]

(Defined by ExtensionMethods.)
Public Extension MethodravelBaseArray (Defined by ExtensionMethods.)
Top
See Also

Reference