Пример #1
0
 public static IGrid ToGrid(this IGridApi gridApi)
 {
     return(new Grid(gridApi.GridDim, gridApi.BlockDim));
 }
Пример #2
0
 public KernelThreadException(IKernel kernel, IGridApi gridApi, String workerThread, Exception innerException)
     : this(kernel, gridApi.GridDim, gridApi.BlockIdx, gridApi.BlockDim, gridApi.BlockIdx, workerThread, innerException)
 {
 }
Пример #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)
 {
 }
Пример #4
0
 public KernelThreadException(IKernel kernel, IGridApi gridApi, String workerThread, Exception innerException)
     : this(kernel, gridApi.GridDim, gridApi.BlockIdx, gridApi.BlockDim, gridApi.BlockIdx, workerThread, innerException)
 {
 }