Float

From Valve Developer Community
Revision as of 00:18, 20 February 2018 by XNWP (talk | contribs) (Removed misleading/false claim that integers are only whole numbers ( >= 0 ). Removed claim that float's use much more memory as this is completely implementation dependent and often untrue.)
Jump to navigation Jump to search

Template:Otherlang2 A float (in full, "floating point value") is a number that contains a non-zero decimal expansion (i.e. 3.5123). This is as opposed to an integer, which stores numbers with a zero decimal expansion (i.e. 3).

See also