JCL Help:I64ToCardinals

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the high and low 32 bit values from an Int64.


Pascal

 procedure I64ToCardinals(I: Int64; out LowPart: Cardinal; out HighPart: Cardinal);


Parameters

Parameters Description
I: Int64 The 64 bit value from which to extract the high and low parts.
out LowPart: Cardinal Low 32 bits of the supplied Int64.
out HighPart: Cardinal High 32 bits of the supplied Int64.


Description

I64ToCardinals extracts the high and low 32 bit values from the supplied Int64. Note that this routine is only available for compilers that natively support Int64.


See Also

CardinalsToI64


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