IntQ()
Syntax
Result = IntQ(Number.d)
Returns the integer part of a double number. Example: Result.q = IntQ(12345678901.565) ; will display '12345678901'
Example:
Result.q = IntQ(12345678901.565) ; will display '12345678901'
Supported OS
Windows, Linux, MacOS X (x86)