Indicates whether the degree of parallelism is a property that is shared
across instances.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool HasSharedDegreeOfParallelism { get; }
Public Overridable ReadOnly Property HasSharedDegreeOfParallelism As Boolean
Get
public:
virtual property bool HasSharedDegreeOfParallelism {
bool get ();
}
abstract HasSharedDegreeOfParallelism : bool with get
override HasSharedDegreeOfParallelism : bool with get
Property Value
Type:
BooleanImplements
IParallelizedHasSharedDegreeOfParallelism
Reference