Is64BitOperatingSystem

From MultiCharts
Revision as of 22:28, 27 February 2017 by Angelina (talk | contribs) (Created page with "Returns a logical value indicating whether the current operating system is the 64-bit operating system. ==Usage== <syntaxhighlight>Is64BitOperatingSystem</syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a logical value indicating whether the current operating system is the 64-bit operating system.

Usage

Is64BitOperatingSystem

Example

Is64BitOperatingSystem

returns True if the current operating system is the 64-bit system, otherwise returns False.