NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Int64 Structure

Represents a 64-bit signed integer.

Object
   ValueType
      Int64

[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.

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Int64 Members | System Namespace | Object | UInt64