Category > Binary functions |
Item | Description |
---|---|
Bin2I() | Converts a signed short binary integer (2 bytes) into a numeric value. |
Bin2L() | Converts a signed long binary integer (4 bytes) into a numeric value. |
Bin2U() | Converts an unsigned long binary integer (4 bytes) into a numeric value. |
Bin2W() | Converts an unsigned short binary integer (2 bytes) into a numeric value. |
CtoF() | Converts an 8 byte string to a floating point number. |
I2Bin() | Converts a numeric value to a signed short binary integer (2 bytes). |
L2bin() | Converts a numeric value to a signed long binary integer (4 bytes). |
U2bin() | Converts a numeric value to an unsigned long binary integer (4 bytes). |
W2bin() | Converts a numeric value to an unsigned short binary integer (2 bytes). |
http://www.xHarbour.com