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