Difference between revisions of "MC-Basic:ABS"

From SoftMC-Wiki
Jump to: navigation, search
(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…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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)