HyperThreadingTesterEvaluate Method (Double) |
Evaluate whether Hyper Threading is enabled.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool Evaluate(
out double htSpeedup
)
Public Function Evaluate (
<OutAttribute> ByRef htSpeedup As Double
) As Boolean
public:
bool Evaluate(
[OutAttribute] double% htSpeedup
)
Parameters
- htSpeedup
- Type: SystemDouble
Speedup factor from half number of threads to all threads
Return Value
Type:
BooleanTrue if hyper-threading is assumed to be enabled.
See Also