Calculates the integer nearest to input.
1 – Input
A signed number.
2 – Output
A signed longword.
3 – Example
DTR> PRINT FN$NINT (59.99) FN$NINT 60 DTR>