Login | Sign Up
 





 
AutoLISP Function Detail
Name: fix

Syntax:
(fix num)

Description:
Returns the nearest integer that is smaller than the real number that is provided.

Example(s):
(fix 16)
16

(fix 3.8)
3