Denso RC5 Dokumentacja Strona 456

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 455
15-8
MIN (Function) [Conforms to SLIM]
Function
Extracts the minimum value.
Format
MIN (<Expression>,<Expression>[,<Expression>])
Explanation
This statement extracts the minimum value from an arbitrary number of
<Expression>’s.
The minimum number of expressions is 32.
Explanation: If the MIN function and the MAX function are used, the
minimum or maximum value of the designated
accumulation method or group fields can be obtained.
For example, this function can be used to check the
maximum and minimum shipping charges. If there is no
designation of the accumulation method, the whole
table becomes an object.
Related Terms
MAX
Example
DEFSNG lf1, lf2, lf3, lf4, lf5, lf6
DEFINT li1, li2, li3, li4, li5, li6
li1 = MIN(1, 2) '
Assigns the minimum value between (1, 2) to li1.
li2 = MIN(li3, li4, li5, li6) 'Assigns the minimum value among (li3, li4,
'li5, li6) to li2.
lf1 = MIN(lf2, lf3, lf4, lf5, lf6) 'Assigns the minimum value among (lf2, lf3,
'lf4, lf5, lf6) to lf1.
Przeglądanie stron 455
1 2 ... 451 452 453 454 455 456 457 458 459 460 461 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag