MC-Basic:SYSTEM.MCDOUBLE/zh-hans

From SoftMC-Wiki
< MC-Basic:SYSTEM.MCDOUBLE
Revision as of 06:08, 2 May 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == Sys.MCDoub<br> System.MCDoub == 格式 == Sys.MCDouble[<''index''>] = <''value''><br> System.MCDouble[<''index''>] = <''value''> <br> ?Sys.MCDou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

Sys.MCDoub

System.MCDoub

格式

Sys.MCDouble[<index>] = <value>

System.MCDouble[<index>] = <value>

?Sys.MCDouble[<index>]

?System.MCDouble[<index>]

适用版本

所有版本

描述

此属性将将由softMC写入的Double变量的值写入或读取到DPRAM。 softMC可以使用八个通用双倍变量,以便快速将信息传达给主机。

类型

Double

取值范围

0 to ± MaxDouble
<index>: integer 1 to 8.

单位

默认

0 (DPRAM变量的值)

使用范围

任务区或者终端区

限制

例子 =

System.MCDouble[2] = sin(pi/4)
?System.MCDouble[2]

参见