ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
On success the 0-based index of the first references device memory found is returned. If no such device exists an exception is thrown.
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
Return Value
Type: UInt32On success the 0-based index of the first references device memory found is returned. If no such device exists an exception is thrown.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | if no device memory handle was found. |
Remarks
[ILNumerics Core Module]
See Also