This topic has not yet been rated - Rate this topic

long Data Type (JScript) 

The long type is stored as an eight-byte integer.

The long type can represent integers in the approximate range from negative 1019 through 1019.

The corresponding .NET Framework data type is Int64. The properties and methods of the long data type are the same as the Int64 properties and methods.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.