User guide

38
VTB USER GUIDE
8.10 FABS
Return the absolute FLOAT value
Hardware All
Syntax
FAbs (numero) as float
The argument number can be a FLOAT value or any numeric expression.
Example
Used variables:
Num float
Num = -3.250
Num = Abs(Num) return the value 3.250