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