MC-Basic:SYSTEM.HOSTDOUBLE

From SoftMC-Wiki
Revision as of 09:32, 12 June 2017 by Itay (talk | contribs) (define)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Double precision floating point (64-bits) container and signed long (32-bit) container are supported.
Container shall carry only data of the same type. Type of data is specified in the header.
Server (softMC) will compare a checksum and do some minimum validity check of start index and data length.

Short form

Sys.Hdoub

System.Hdoub

Syntax

?Sys.HostDouble[<index>]

?System.HostDouble[<index>]

Availability

All versions

Type

Double

Range

0 to 128

Default

0

Scope

Task or Terminal

Limitations

  • Read only

Examples

val1 = System.HostDouble[12]

See Also