Gets or sets an object that specifies how the calculation of the model should be parallelized.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected ParallelOptions ParallelOptions { get; set; }
Protected Property ParallelOptions As ParallelOptions
Get
Set
protected:
property ParallelOptions^ ParallelOptions {
ParallelOptions^ get ();
void set (ParallelOptions^ value);
}
member ParallelOptions : ParallelOptions with get, set
Property Value
Type:
ParallelOptionsA
ParallelOptions object.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference