Difference between revisions of "Fixed"

(New page: The Fixed Datatype is a very accurate datatype, but inefficient in memory storage. Since it does not utilize floating points, each bit must be separately encoded. [[Category:Dat...)
 
 
Line 1: Line 1:
The Fixed Datatype is a very accurate datatype, but inefficient in memory storage. Since it does not utilize [[Float|floating]] points, each bit must be separately encoded.
+
The '''fixed''' [[datatype]] is a very accurate datatype, but is inefficient in memory storage. Since it does not utilize [[float]]ing points, each bit must be separately encoded.
  
 +
{{stub}}
 
[[Category:Datatypes]]
 
[[Category:Datatypes]]

Latest revision as of 22:20, 12 December 2008

The fixed datatype is a very accurate datatype, but is inefficient in memory storage. Since it does not utilize floating points, each bit must be separately encoded.

This article is a stub. Help us out by expanding it.