| Name | Description |
---|
| For(Int32, Int32, Action<(Of <(Int32>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int32, Int32, Action<(Of <(Int32, ParallelLoopState>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int64, Int64, Action<(Of <(Int64>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int64, Int64, Action<(Of <(Int64, ParallelLoopState>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int32, Int32, ParallelOptions, Action<(Of <(Int32>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int32, Int32, ParallelOptions, Action<(Of <(Int32, ParallelLoopState>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int64, Int64, ParallelOptions, Action<(Of <(Int64>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For(Int64, Int64, ParallelOptions, Action<(Of <(Int64, ParallelLoopState>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For<(Of <(TLocal>)>)(Int32, Int32, Func<(Of <(TLocal>)>), Func<(Of <(Int32, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For<(Of <(TLocal>)>)(Int64, Int64, Func<(Of <(TLocal>)>), Func<(Of <(Int64, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>)) |
Executes a for loop in which iterations may run in parallel. Supports 64-bit indices.
|
| For<(Of <(TLocal>)>)(Int32, Int32, ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(Int32, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>)) |
Executes a for loop in which iterations may run in parallel.
|
| For<(Of <(TLocal>)>)(Int64, Int64, ParallelOptions, Func<(Of <(TLocal>)>), Func<(Of <(Int64, ParallelLoopState, TLocal, TLocal>)>), Action<(Of <(TLocal>)>)) |
Executes a for loop in which iterations may run in parallel.
|