| To: | REALbasic-NUG German <realbasic-nug dot de at lists dot realsoftware dot com>, Stefan Sicurella <sicurella at onlymac dot de> |
|---|---|
| Subject: | Re: Rundungsproblem |
| From: | Andy Fuchs <andy at foxwerk dot de> |
| Date: | Wed, 01 Feb 2006 01:31:37 +0100 |
| Cc: | |
| Delivered-to: | realbasic-nug dot de at lists dot realsoftware dot com |
| Thread-index: | AcYmxtxqGxWY15K6EdqEaAAKlZjCug== |
| Thread-topic: | Rundungsproblem |
> Perfekt, danke Hätte natürlich heißen müssen: Protected Function roundCh(myFloatValue as double) As double dim d as Double const factor=20.0 d = myFloatValue*factor return round(d)/factor End Function |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Rundungsproblem, Stefan Sicurella |
|---|---|
| Previous by Thread: | Re: Rundungsproblem, Stefan Sicurella |
| Next by Thread: | RB 5.5.5: PreferencesFolder unter Windows, Stefan Mettenbrink |
| Indexes: | [Date] [Thread] [Top] [All Lists] |