In the property system most numeric values are stored and operated upon 
as double's. However, once we get to the LMs they only deal in int's. 
Currently the conversion between the double and the int is a simple 
typecast which equates to truncation. It that the right thing to do or 
shall we round?

Manuel

Reply via email to