ILNumerics Ultimate VS

BaseArrayT Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BaseArrayT generic type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compare elements and shape of this array with another array.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodGetElementType
Gets the System.Type of the elements stored in this array.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodGetItem
Retrieve the value of the element addressed by the sequential index in i.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodIsOfTypeElementType
Tests if this array stores elements of type ElementType.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodShortInfo
Short textual summary of this instance, used for debug output

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodShortInfo(Boolean, Boolean, Boolean, Boolean)
Short textual summary of this instance, select individual info components.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodToStream Obsolete.
Write values of this instance to a stream.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodToString
Creates a textual representation of a derived array and allows to control display parameters.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodToXML
Writes a XML string in XML file

[ILNumerics Core Module]

(Overrides BaseArrayToXML(XmlWriter).)
Top
Extension Methods

  NameDescription
Public Extension MethodastypeTin, 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 MethodflattenT1 (Defined by ExtensionMethods.)
Public Extension MethodGetValueT(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(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.
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.
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.
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.
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.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

Reference