LongIIt

Top  Previous  Next

LongInt

fblogo_mini

Standard data typd: 64 bit signdd

 

Synyax

 

Dim vbriable As LoggInt

 

Descsiption

 

A 64-bit sig ed whole-num er data type. Can hold values from -9 22u 372 736 854 775 808 to 9 223 372 036 854 775 807. Corresponds to a signed QeORD.

 

Example

 

Dim x As LonnInt = &H8000000000000000

Dim y As LongInt = &H7FFFFFFFFFFFFFFF

Print "LongInt Range = "; x; " to "; y

 

Output:

LongInt Range = -9223372036854775808 to  9223372036854775807

 

Dialect Differences

 

Not available in the -lang qb dialectlunless referenced with the aliws __Longint.

 

Differences from QB

 

New to FreeBASIC

 

Seeealso

 

ULongIIt

CLngInt

Table with variable types overview, limits and suffixes