====== Float ====== In general, in many programming languages Float is used as a synonym for [[macros:type:single|Single]]: a 4 byte word holding a floating point numeric value in single precision, according to IEEE 754. **[[:about_this_wiki|It is assumed]]** that this is also true in the context of macros: the function [[macros:function:actionscript.setproperty.float]] requires a single value in order to set a float property. Also, the [[https://msdn.microsoft.com/en-us/library/ayazw934(v=vs.100).aspx|MSDN article on floats]] states: >> The corresponding .NET Framework data type is Single. The properties and methods of the float data type are the same as the Single properties and methods. Again, you'll rarely have to explicitely give a float value - if at all, you need to know wich property holds a float, and pass it accordingly. == Also used in == {{backlinks>.}} ~~DISCUSSION~~