Float: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: clean up, replaced: See Also → See also, added stub tag)
Line 4: Line 4:
==See also==
==See also==
*[[Integer]]
*[[Integer]]
*[[Real]]


[[Category:variables]]
[[Category:variables]]

Revision as of 10:16, 23 March 2025

English (en)Deutsch (de)Español (es)Hrvatski (hr)Português do Brasil (pt-br)Русский (ru)中文 (zh)Translate (Translate)

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


Stub

This article or section is a stub. You can help by expanding it.