IntQ()

Syntax

Result = IntQ(Number.d)
Description
Returns the integer part of a double number.

Example:

  Result.q = IntQ(12345678901.565)  ; will display '12345678901'

Supported OS

Windows, Linux, MacOS X (x86)

<- Int() - Math Index - IsInfinity() ->