Copies from device.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public void CopyFromDevice<T>( T[] devArray, out T hostData ) |
Visual Basic |
---|
Public Sub CopyFromDevice(Of T) ( _ devArray As T(), _ <OutAttribute> ByRef hostData As T _ ) |
Visual C++ |
---|
public: generic<typename T> void CopyFromDevice( array<T>^ devArray, [OutAttribute] T% hostData ) |
Parameters
- devArray
- Type: array<T>[]()[][]
The device array.
- hostData
- Type: T%
The host data.
Type Parameters
- T
- Blittable type.