You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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();
  • No labels