Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Platforms.Tests.SystemInformationTests
1 unit tests call DeltaEngine.Platforms.SystemInformation.CpuSpeed
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: SingleRemarks
Examples
[Test] public void HasCpuSpeed() { Assert.IsTrue(info.CpuSpeed > 0.0f); }
See Also