Login | Sign Up
 





 
AutoLISP Function Detail
Name: float

Syntax:
(float num)

Description:
Converts the real or integer number into a real number.

Example(s):
(float 16)
16.0

(float 3.8)
3.8