Appearance
number System.ClockSpeed()
Gets the computer's clock speed.
number - The computer's instructions per second rate
number
using System; number myClockSpeed = System.ClockSpeed();