Share

float (AutoLISP)

Product Documentation
Intermediate

Returns the conversion of a number into a real number

(float number)

Arguments

number

Any number.

Return Values

The real number derived from number.

Examples

Command: (float 3)

3.0

Command: (float 3.75)

3.75


Was this information helpful?