Breadcrumbs

absolute() Operation for Float Values


Syntax


set absFloat = aFloat.absolute()


Semantics

absolute() returns the absolute value.

Substitutables

aFloat

Can be any variable or object attribute having the type Float

Examples


set absFloat = aFloat.absolute();