NewInt64
Returns an initialized instance of Int64.
Public Function NewInt64(
ByVal LowPart As Long,
ByVal HighPart As Long ) As Int64
Parameters
- LowPart
-
[ByVal]
Long.
The least significant 32-bits of the integer value.
- HighPart
-
[ByVal]
Long.
The most significant 32-bits of the integer value.
Return Values
Int64 - An Int64 integer value.
Remarks
To convert a value to an Int64 use the CInt64 conversion method.
See Also
Project CorLib Overview
Class Constructors Overview