Real Numbers

Real values in AutoCAD are always double-precision floating-point values. ObjectARX preserves this standard by defining the special type ads_real, as follows:

typedef double ads_real; 

Real values in an ObjectARX application are of the type ads_real.