dtoi

Format:
dtoi(float_expr)
Result:
Integer
Description:
Returns nearest integer value. argument.
e.g.:
SPECTRA> * = dtoi(-3.9)
-4
SPECTRA> * = dtoi(3.9)
4
See also the descriptions of the functions floor(),ceil().