Question about float

Hi, i saw this code: private float iAngle = 0.0f;,What in the meaning of the "f" in the float variable value?TNX.
[141 byte] By [Shai-Softa] at [2007-11-27 2:34:30]
# 1
The suffix "f" or "F" means its a float literal. If it's a "d" or "D" means it's a double literal.Budyanto
Budyanto.Himawana at 2007-7-12 2:51:59 > top of Java-index,Java Essentials,New To Java...
# 2
Thank's.
Shai-Softa at 2007-7-12 2:51:59 > top of Java-index,Java Essentials,New To Java...