Click or drag to resize
MinConGenLinParallel Property
Enable or disable performing MinConGenLin.IFunctionn.F in parallel.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool Parallel { get; set; }

Property Value

Type: Boolean
A bool indicating whether or not the MinConGenLin.IFunction.F calculations are to be performed in parallel.
Remarks
By default, Parallel = true. This property has no effect if the application is used with a scalar version of the IMSL C# Numerical Library.
See Also