Programming in C# 005 - Defining floats
Print
Details
Category:
C# tutorials
Published: 25 May 2015
Hits: 2463
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.