Esempio n. 1
0
 public static IGrid ToGrid(this IGridApi gridApi)
 {
     return(new Grid(gridApi.GridDim, gridApi.BlockDim));
 }
Esempio n. 2
0
 public KernelThreadException(IKernel kernel, IGridApi gridApi, String workerThread, Exception innerException)
     : this(kernel, gridApi.GridDim, gridApi.BlockIdx, gridApi.BlockDim, gridApi.BlockIdx, workerThread, innerException)
 {
 }
Esempio n. 3
0
 public RuntimeException(IKernel <T1, T2, T3> kernel, IGridApi gridApi, String workerThread, Exception innerException)
     : this(kernel, gridApi.GridDim, gridApi.BlockIdx, gridApi.BlockDim, gridApi.BlockIdx, workerThread, innerException)
 {
 }
Esempio n. 4
0
 public KernelThreadException(IKernel kernel, IGridApi gridApi, String workerThread, Exception innerException)
     : this(kernel, gridApi.GridDim, gridApi.BlockIdx, gridApi.BlockDim, gridApi.BlockIdx, workerThread, innerException)
 {
 }