Author Topic: Microsoft Access Function Library: Int()  (Read 1460 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1827
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Int()
« on: August 15, 2012, 05:20:13 PM »
Function: Int()

Purpose: The Int() function returns the integer portion of a given number.

Usage: Int(number)

Number is a double value or any other numeric expression.

Returns: The integer portion of the number specified in the argument.

Example

 Int(23.4) = 23
 Int(23.9) = 23
 Int(-23.4) = -24
 Int(-23.9) = -24
 Int(NULL) = NULL
 
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection