<< Click to Display Table of Contents >>
LongToDword |
LongToDword(Value)
Converts a signed 32-bit value, in the range between -2,147,483,648 and 2,147,483,647, passed to the Value parameter to an unsigned 32-bit value, in the range between zero and 4,294,967,296, in the same pattern of bits. If the value is in the range between zero and 2,147,483,647, it is returned unchanged.
NOTE |
If the value passed in the Value parameter is a floating point value, only this value's integer part is used. |