HyperThreadingTesterEvaluate(Double) Method

Evaluate whether Hyper Threading is enabled.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool Evaluate(
	out double htSpeedup
)

Parameters

htSpeedup  Double
Speedup factor from half number of threads to all threads

Return Value

Boolean
True if hyper-threading is assumed to be enabled.

See Also