Basic Type

Int

  [
Related Topics]

Synopsis:

Represents an integer value. Internally represented as a 64 bit floating point value (double). As a double has a 52 bit mantissa, the integer ranges from
   MinFailSafeInt  =  -9 007 199 254 740 992
to
   MaxFailSafeInt  =   9 007 199 254 740 991.

Please note that this range may be exceeded without warning or error message, but then roundoff and precision issues will occur.

Declaration Example:

V: Int;






Related Topics: [Top]  

   [
Support]