Model.ParallelOptions Property

Gets or sets an object that specifies how the calculation of the model should be parallelized.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected ParallelOptions ParallelOptions { get; set; }

Property Value

ParallelOptions
A ParallelOptions object.

See Also