Syntax
set aFloat = anInteger.convertToFloat()
Semantics convertToFloat() reclassifies the integer as Float.
SubstitutablesanInteger Can be any variable or object attribute having the type Integer.
Examples
set aFloat = anInteger.convertToFloat();