ILNumerics Ultimate VS

CountableArray Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.CoreCountableArray

Namespace:  ILNumerics.Core
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

[SerializableAttribute]
public class CountableArray

The CountableArray type exposes the following members.

Properties

  NameDescription
Public propertyCurrentDeviceIdx
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]

Public propertyItem
Gets the memory handle of the device referenced by i or sets it.

[ILNumerics Core Module]

Top
Methods

  NameDescription
Public methodFindDevice
Finds the first device memory referenced by this CountableArray, starting with examining host memory (index 0).

[ILNumerics Core Module]

Public methodGetHashCode
Gets a hash code of the handles _and its content_ currently stored in this object.

[ILNumerics Core Module]

(Overrides ObjectGetHashCode.)
Public methodRelease
Decrease the reference counter. Release resources and cache this object when reference counter reaches 0.

[ILNumerics Core Module]

Top
Fields

  NameDescription
Protected fieldHandles
The array of device specific memory. Host memory, by specification is stored at index 0.
Top
See Also

Reference