Int64
Represents a 64-bit signed integer.
Public Type Int64
Parameters
- LowPart
-
Long.
The least significant 32-bits of the integer value.
- HighPart
-
Long.
The most significant 32-bits of the integer value.
Remarks
An Int64 can be created using one of several methods.
See Also
Project CorLib Overview
Class Int64Static Overview
Conversion
Constructors
Parse
TryParse