Round down to the next integer

Hi,
you can use the same command, this function is valid only for DNLP models

floor(x) returns the greatest integer number less than or equal to x

best regards

ceil(x) returns the smallest integer number greater than or equal to x.
Bye