Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | QueryGramsPerUnits() |
| 2 | ==================== |
| 3 | |
| 4 | FUNKTION |
| 5 | -------- |
| 6 | :: |
| 7 | |
| 8 | int *QueryGramsPerUnits(); |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /std/unit.c |
| 15 | |
| 16 | ARGUMENTE |
| 17 | --------- |
| 18 | :: |
| 19 | |
| 20 | keine |
| 21 | |
| 22 | BESCHREIBUNG |
| 23 | ------------ |
| 24 | :: |
| 25 | |
| 26 | Liefert das Gewichtsverhaeltnis fuer die Einheiten zurueck. |
| 27 | |
| 28 | RUeCKGABEWERT |
| 29 | ------------- |
| 30 | :: |
| 31 | |
| 32 | Ein Array von zwei Zahlen. Die erste Zahl ist das Gewicht der in der |
| 33 | zweiten Zahl angegebenen Einheiten. |
| 34 | |
| 35 | BEISPIELE |
| 36 | --------- |
| 37 | :: |
| 38 | |
| 39 | Steht im Unit-Objekt folgende Gewichtszuweisung: |
| 40 | |
| 41 | SetGramsPerUnits(4,1); |
| 42 | |
| 43 | so liefert QueryGramsPerUnits() als Ergebnis ({4, 1}). |
| 44 | |
| 45 | SIEHE AUCH |
| 46 | ---------- |
| 47 | :: |
| 48 | |
| 49 | SetCoinsPerUnits(), QueryCoinsPerUnits() SetGramsPerUnits(), |
| 50 | /std/unit.c |
| 51 | |
| 52 | |
| 53 | Last modified: Wed May 8 10:22:39 1996 by Wargon |
| 54 | |