Syntax
set absFloat = aFloat.absolute()
Semanticsabsolute() returns the absolute value.
SubstitutablesaFloat Can be any variable or object attribute having the type Float
Examples
set absFloat = aFloat.absolute();