Visual C++ - Real numbers
Types for storing real numbers.Visual C++ .NET
Other pieces of example codes:double y = 123456789;
(float)y
You can find it in the following collections: numbers | data types
Real numbers in another programming language:
double y = 123456789;
(float)y