C# Class SolidworksAddinFramework.OpenGl.ParallelExtensions

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Méthode Description
ParallelChunked ( this length, int>.Action loop ) : void

Generates a partition over 'length' depending on the number of CPUs

Method Details

ParallelChunked() public static méthode

Generates a partition over 'length' depending on the number of CPUs
public static ParallelChunked ( this length, int>.Action loop ) : void
length this
loop int>.Action
Résultat void