Difference between revisions of "MC-Basic:ABS"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
  
 +
[[Category:Axystems:MC-Basic:Arithmetic Functions|ABS]]
  
 
}}
 
}}

Revision as of 15:52, 6 March 2014

This function returns the absolute value of the argument.

Syntax

Abs(<expression>)

Availability

All versions

Type

Double

Range

+/- MaxDouble

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?Abs(-5.67)

Var1 = Abs(var2)

See Also