Difference between revisions of "Double"

esse quam videri
Jump to: navigation, search
(Created page with "=Definition= =Relevance= =Explanation= =Resources= == See also == *Variable * C Sharp Data Types * SQL Data Types * .NET Data Types ==Notes== ==Externa...")
 
Line 1: Line 1:
 
=Definition=
 
=Definition=
 +
A double is a data type. It is a floating-point number that has 64 bits of space.
  
 
=Relevance=
 
=Relevance=
 +
Doubles are commonly used for large numbers in programming. They can also hold a useful amount of decimal precision
  
 
=Explanation=
 
=Explanation=

Revision as of 18:06, 16 July 2019

Definition

A double is a data type. It is a floating-point number that has 64 bits of space.

Relevance

Doubles are commonly used for large numbers in programming. They can also hold a useful amount of decimal precision

Explanation

Resources

See also

Notes

External Links