Represents a 64-bit signed integer.
[Visual Basic] Public Structure Int64 Implements IComparable, IFormattable, IConvertible [C#] public struct Int64 : IComparable, IFormattable, IConvertible [C++] public __value struct Int64 : public IComparable, IFormattable, IConvertible
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The Int64 class is a value type that represents an eight-byte signed integer. This class will encapsulate a 64-bit signed integer (long) and provide an Object representation of it.
The Int64 data type can represent integers with 18 significant digits in the range negative 9,223,372,036,854,775,808 through positive 9,223,372,036,854,775,807, inclusive.
Namespace: System
Assembly: mscorlib.dll