Delegate WhereKernel<T>
Delegate for where operation kernels.
public delegate void WhereKernel<T>(bool* cond, T* x, T* y, T* result, long count) where T : unmanaged
Parameters
condbool*- Delegate for where operation kernels.
xT*- Delegate for where operation kernels.
yT*- Delegate for where operation kernels.
resultT*- Delegate for where operation kernels.
countlong- Delegate for where operation kernels.
Type Parameters
T
- Extension Methods