Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 17 of 21 [next]
SIJLesson17 Slide17
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [17 (top)], 18, 19, 20, 21, [Lab]

Notes for Slide 17
Converting a double to an int might result in losing
a large fraction of the accuracy. The example in the
slide is showing a nicer example of not losing any
fraction of the double value since 60.0 converts
directly to 60. 60.45 however would lose the 0.45
when converted to 60.


1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, [17 (top)], 18, 19, 20, 21, [Lab]