Programming in C# 005 - Defining floats
- Details
- Category: C# tutorials
- Hits: 2322
This tutorial demonstrates how to work with float data type in C#. Special attention to the data types of variables must be made in case of multiplying, or dividing values since the compiler might assume the results should be converted to integers.