Filemaker TH325Z/A Fiche technique Page 148

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 238
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 147
148 FileMaker Functions Reference
Parameter
number - any numeric expression or field containing a numeric expression
Data type returned
number
Description
Returns the whole number (integer) part of number without rounding. It drops any digits
to the right of the decimal point, depending on the number you specify.
Examples
Int(1.45) returns 1.
Int(123.987) returns 123.
Int(Players/3) returns 4, if Players contains 13.
Lg
Format
Lg(number)
Parameter
number - any numeric expression or field containing a numeric expression
Data type returned
number
Description
Returns the base 2 logarithm of number, which can be any positive value. Negative
values return an error. For 0, the Lg function returns nothing because these values are
out of the acceptable range.
Examples
Lg(1) = 0
Lg(2) = 1
Lg(32) = 5
Lg
Ln number()
Ln 2()
-----------------------------=
Vue de la page 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 237 238

Commentaires sur ces manuels

Pas de commentaire