Difference between revisions of "platform.hw"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "platform.'''hw''' is a function that is part of the platform library.<br /> platform.hw() returns a numeric value that indicates the CPU speed of the hos...")
 
Line 3: Line 3:
  
 
platform.hw() returns a numeric value that indicates the CPU speed of the host hardware. The higher the number, the faster the hardware.
 
platform.hw() returns a numeric value that indicates the CPU speed of the host hardware. The higher the number, the faster the hardware.
 +
<br />
 
<br />
 
<br />
  

Revision as of 14:11, 2 June 2013

platform.hw is a function that is part of the platform library.


platform.hw() returns a numeric value that indicates the CPU speed of the host hardware. The higher the number, the faster the hardware.

This has been introduced in TI-Nspire OS 3.2 (Changes).

Syntax

platform.hw() with no arguments.