Registriert seit: 21. Jun 2002
602 Beiträge
|
19. Apr 2003, 11:31
Int(0.56789 * 10) / 10 = Int(5.6789) / 10 = 5 / 10 = 0.5.
Für zwei Nachkommastellen solltest du also mit 100 multiplizieren bzw. durch 100 dividieren:
Int(0.56789 * 100) / 100 = Int(56.789) / 100 = 56 / 100 = 0.56.
-- Crucifixion?
-- Yes.
-- Good. Out of the door, line on the left, one cross each.
|