JCL Help:CardinalsToI64

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Packs the supplied 32 bit values in an Int64


Pascal

 procedure CardinalsToI64(out I: Int64; const LowPart: Cardinal; const HighPart: Cardinal);


Parameters

Parameters Description
out I: Int64 The 64 bit value into which to pack the high and low parts.
const LowPart: Cardinal Low 32 bits for the supplied Int64.
const HighPart: Cardinal High 32 bits for the supplied Int64.


Description

CardinalsToInt64 packs the two supplied 32 bit values into a single Int64. Note that this routine is only available for compilers that natively support Int64.


See Also

I64ToCardinals


About

Unit

JclBase


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page