ILNumerics - Technical Application Development
Top
The BaseArray type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Compare elements and shape of this array with another array.
(Overrides ObjectEquals(Object).)[ILNumerics Core Module] |
![]() | GetElementType |
Gets the System.Type of the elements stored in this array.
[ILNumerics Core Module] |
![]() | GetItem |
Retrieve the value of the element addressed by the sequential index in i.
[ILNumerics Core Module] |
![]() | IsOfTypeElementType |
Tests if this array stores elements of type ElementType.
[ILNumerics Core Module] |
![]() | ShortInfo |
Short textual summary of this instance, used for debug output
[ILNumerics Core Module] |
![]() | ShortInfo(Boolean, Boolean, Boolean, Boolean) |
Short textual summary of this instance, select individual info components.
[ILNumerics Core Module] |
![]() | ToStream | Obsolete.
Write values of this instance to a stream.
[ILNumerics Core Module] |
![]() | ToString |
Creates a textual representation of a derived array and allows to control display parameters.
[ILNumerics Core Module] |
![]() | ToXML |
Writes a XML string in XML file
[ILNumerics Core Module] |
See Also