News:

Dolphin Computers Ltd., is a leading IT product and service provider company in Bangladesh.

Main Menu

Microsoft Access Function Library: Int()

Started by bbasujon, August 15, 2012, 05:20:13 PM

Previous topic - Next topic

bbasujon

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