Sets the threshold at which operations are run in parallel.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static int ParallelThreshold { get; set; }
Public Shared Property ParallelThreshold As Integer
Get
Set
public:
static property int ParallelThreshold {
int get ();
void set (int value);
}
static member ParallelThreshold : int with get, set
Property Value
Type:
Int32
Reference