MultiThreaded
StockSharp.Xaml.Charting.Threading
メソッド
For
internal static void For(int fromInclusive, int toExclusive, Action<int> action)
MultiThreaded.For(fromInclusive, toExclusive, action)
ループ用の並列。与えられたアクションを呼び出し、引数fromInclusive - toExclusiveを複数のスレッドに渡します。ループが終了すると戻ります。