Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
VB Programming

Possible loss of precision

 

Data types

Possible loss of precision

A double can store more decimal places than a float. This means that if convert a double to a float we will lose precision - i.e. the number will be less precise.