ILNumerics - Technical Application Development
SystemObject
ILNumerics.CoreCountableArray
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Inheritance Hierarchy
ILNumerics.CoreCountableArray
Namespace: ILNumerics.Core
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The CountableArray type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentDeviceIdx |
Gets the index of the device where the most up-to-date data of this CountableArray are stored or -1 if no data are available.
[ILNumerics Core Module] | |
Item |
Gets the memory handle of the device referenced by i or sets it.
[ILNumerics Core Module] |
Methods
Name | Description | |
---|---|---|
FindDevice |
Finds the first device memory referenced by this CountableArray, starting with examining host memory (index 0).
[ILNumerics Core Module] | |
GetHashCode |
Gets a hash code of the handles _and its content_ currently stored in this object.
(Overrides ObjectGetHashCode.)[ILNumerics Core Module] | |
Release |
Decrease the reference counter. Release resources and cache this object when reference counter reaches 0.
[ILNumerics Core Module] |
Fields
Name | Description | |
---|---|---|
Handles |
The array of device specific memory. Host memory, by specification is stored at index 0.
|
See Also