EPL Apps TypeCast

How to Type cast float value to integer in epl apps

Depending on whether you want to round or not using round() or integralPart():

https://documentation.softwareag.com/pam/10.15.3/en/webhelp/related/ApamaDoc/float.html#round()
https://documentation.softwareag.com/pam/10.15.3/en/webhelp/related/ApamaDoc/float.html#integralPart()

1 Like