SystemInformation CpuSpeed Property Delta Engine Documentation

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract float CpuSpeed { get; }

Property Value

Type: Single
Remarks

Tests: DeltaEngine.Platforms.Tests.SystemInformationTests
Examples

1 unit tests call DeltaEngine.Platforms.SystemInformation.CpuSpeed
[Test]
public void HasCpuSpeed()
{
    Assert.IsTrue(info.CpuSpeed > 0.0f);
}
See Also