Contact Us
Contact our corporate or local offices directly.
Parent page: System Query Functions - Arithmetic Functions
Returns an integral number, whose value depends upon the nature of the parameter's numeric value:
INT(X : Number / Numeric_String) : Number
INT(5.0)
Returns 5.
INT(5.33)
Returns 5.
INT(-5.0)
Returns -5.
INT(-5.33)
Returns -5.
Contact our corporate or local offices directly.