ILNumerics Ultimate VS

CountableArrayFindDevice Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Finds the first device memory referenced by this CountableArray, starting with examining host memory (index 0).

[ILNumerics Core Module]

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

public uint FindDevice()

Return Value

Type: UInt32
On success the 0-based index of the first references device memory found is returned. If no such device exists an exception is thrown.
Exceptions

ExceptionCondition
InvalidOperationExceptionif no device memory handle was found.
Remarks

[ILNumerics Core Module]

See Also

Reference