Managed Iterative Algorithm<T, TError, TReport>.Parallel Options Property
Gets or sets the configuration for the parallel behavior of the algorithm.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ParallelOptions instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ParallelOptions ParallelOptions { get; set; }
Property Value
ParallelOptionsA ParallelOptions instance.