Gets or sets the configuration for the parallel behavior of the algorithm.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ParallelOptions ParallelOptions { get; set; }
Public Property ParallelOptions As ParallelOptions
Get
Set
public:
property ParallelOptions^ ParallelOptions {
ParallelOptions^ get ();
void set (ParallelOptions^ value);
}
member ParallelOptions : ParallelOptions with get, set
Property Value
Type:
ParallelOptionsA
ParallelOptions instance.
Reference