I am displaying attributes that are of type Number (18,0) in an email using a Visual Force template. I am referenced the attributes in the template in the normal way. However, they are displayed as:
18.0
16.0
Whereas I want them displayed as
18
16
Any ideas what I have to do here?