Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 711 Bytes

longlong-data-type.md

File metadata and controls

24 lines (16 loc) · 711 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
LongLong data type
vblr6.chm1009054
vblr6.chm1009054
731bd14c-4523-cb84-cc00-21730fa745a8
11/19/2018
medium

LongLong data type

LongLong (LongLong integer) variables are stored as signed 64-bit (8-byte) numbers ranging in value from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

The type-declaration character for LongLong is the caret (^).

LongLong is a valid declared type only on 64-bit platforms.

See also

[!includeSupport and feedback]