LoWord |
Top Previous Next |
Prototype
intValue=LoWord (intLong);
Description
Retrieve the 16 least significant bit from 32 bit value
Parameters
intLong: integer value representing 32 bit value.
Returned Value
intValue: integer value corresponding to 16 least significant bit.
Notes
None.
|