ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The device pointed to by i.
Get the device stored at index i.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.DeviceManagement
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- i
- Type: SystemUInt32
The index of the device in the array of devices.
Return Value
Type: DeviceThe device pointed to by i.
Remarks
There will always be at least one Device on a system: the host device at index 0.
Make sure to request indices for available devices only! i must be %gt;= 0 and lower than GetDeviceCount.
[ILNumerics Core Module]
See Also