Filemaker TH325Z/A Datasheet Page 148

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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()
-----------------------------=
Page view 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 237 238

Comments to this Manuals

No comments