Gets or sets an object that specifies how the calculation of the model should be parallelized.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference