IJobParallelFor.Execute
public void Execute(int index);
Parameters
| index | The index of the Parallel for loop at which to perform work. |
Description 描述
Implement this method to perform work against a specific iteration index.
| index | The index of the Parallel for loop at which to perform work. |
Implement this method to perform work against a specific iteration index.