ILNumerics Ultimate VS

DeviceManagerGetDevice Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static Device GetDevice(
	uint i
)

Parameters

i
Type: SystemUInt32
The index of the device in the array of devices.

Return Value

Type: Device
The 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

Reference