Difference between revisions of "MC-Basic:SYSTEM.MCDOUBLE"
m |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SYSTEM.MCDOUBLE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 37: | Line 38: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | ||
|EXAMPLE= | |EXAMPLE= | ||
− | System.MCDouble[2] = sin(pi/4) | + | System.MCDouble[2] = sin(pi/4)<br/> |
+ | ?System.MCDouble[2] | ||
|SEE ALSO= | |SEE ALSO= | ||
− | [[Category | + | [[Category:Obsolete|SYSTEM.MCDOUBLE]] |
− | + | [[Category:MC-Basic:System|MC-Basic:System]] | |
}} | }} |
Latest revision as of 06:06, 2 May 2017
Language: | English • 中文(简体) |
---|
This property writes or reads the value of a Double variable written by the softMC to the DPRAM. There are eight general purpose Double variables available for use by the softMC in order to communicate information quickly to the host.
Short form
Sys.MCDoub
System.MCDoub
Syntax
Sys.MCDouble[<index>] = <value>
System.MCDouble[<index>] = <value>
?Sys.MCDouble[<index>]
?System.MCDouble[<index>]
Availability
All versions
Type
Double
Range
0 to ± MaxDouble
<index>: integer 1 to 8.
Default
0 (value of the DPRAM variable)
Scope
Task or Terminal
Examples
System.MCDouble[2] = sin(pi/4)
?System.MCDouble[2]