MC-Basic:ABS

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Abs(''<expression>'') |AVAILABILITY= All versions |DESCRIPTION= This function returns the absolute value of the argument. |TYPE= Double |RA…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)