Data types depend on the language you are using. For example in Visual Basic:
On off = boolean
Small whole numbers - short integer (max 32,768)
Very large whole numbers - long integer (max 18,446,744,073,709,551,615)
Negative numbers - just change the sign
Simple fractions - you would use decimals to express fractions
Very small fractions as above
Characters - strings
Money - single
For more info see: Data Type Summary (Visual Basic)
In PHP you do not define datatypes in the same way.
C,C++ and Java datatypes are similar to VB.
decimal variables can be singles - 8 digits after decimal, or doubles - 16 digits after decimals



LinkBack URL
About LinkBacks


Bookmarks