From: Scott W. <swa...@my...> - 2003-02-12 20:02:59
|
Sure, A 'Float' is a number, like an integer, but it can contain a decimal point. Integers are restricted to {...,-5,-4,-3,-2,-1,0,1,2,3,4... } Whereas floats describe a much larger set of numbers (1.23, .00023, 1000.245323, etc). Both Integers and Floats have specific MAXIMUM and MINIMUM values, if these values are violated, odd things will happen (such as a very large integer becoming very small, or negative). Hope this helps, -Scott > Hallo, > > can you help me to understand the Typ "Float" in the Program Pilot-db??? > > I come from Germany, my english isn't good > > > Thanks > > Karl > -- |