Difference between revisions of "MC-Basic:SYSTEM.DOUBLEFORMAT"
m (Miborich moved page Axystems:MC-Basic:SYSTEM.DOUBLEFORMAT to MC-Basic:SYSTEM.DOUBLEFORMAT: Global renaming of Axystems: namespace into (Main):) |
m (Text replace - "Axystems:" to "") |
||
Line 42: | Line 42: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.PRINTMODEERROR! REFERENCE SOURCE NOT FOUND.|SYSTEM.PRINTMODEERROR! REFERENCE SOURCE NOT FOUND.]] |
}} | }} |
Revision as of 10:30, 22 May 2014
Set the printing format of double-type numbers.
1 – print in Floating point format ( 132.555 )
0 - print in Exponential format ( 1.325550000000000e+02 )
Syntax
Sys.DoubleFormat = <number>
Availability
All versions
Type
<number>: Long
Range
<number>: 0, 1
Default
0
Scope
Configuration only
Examples
Sys.DoubleFormat = 1
? Sys.DoubleFormat
1