Extended Systems OneBridge 4.1 Uživatelská příručka Strana 187

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 222
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 186
APPENDIX A Function Reference
Users Guide 173
uDiv
Description Returns the division integer.
Syntax number uDiv(value)
Parameters
number value
A number to calculate on.
Examples To calculate the integer:
uDiv(10, 3) // returns 3
uExp
Description Returns the exponential, base e.
Syntax number uExp(value)
Parameters
number value
A number to calculate on.
Examples To calculate an exponential:
uExp(1) ;; returns "2.718281828459045"
uFloor
Description Returns the greatest integer less than or equal to argument.
Syntax number uFloor(value)
Parameters
number value
A number to calculate on.
Examples To round up numbers:
uFloor(1523.1) ;; returns 1523
uFloor(1523.9) ;; returns 1523
Zobrazit stránku 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 221 222

Komentáře k této Příručce

Žádné komentáře