예제 #1
0
 /// <summary>
 /// Returns the host buffer data as an array of the base type.
 /// </summary>
 /// <returns>The data is returned as an array of the base type.</returns>
 public T[] GetHostData()
 {
     return(m_cuda.GetHostMemory(m_hBuffer));
 }