./
bytarr2int.pro
topBytArr2Int
result = BytArr2Int(Arr)
This function converts a four-byte byte-array (in hiloHiLo order) into an INT (four-byte integer, long)
This function does not enforce any restrictions, but for inputs with not exactly four bytes the output is probably not what you had in mind...
Return value
A (long) int
Parameters
- Arr in required
four-byte array
Statistics
| Lines: | 4 |
| McCabe complexity: |
File attributes
| Modification date: | Wed Jul 1 13:51:43 2009 |
| Lines: | 24 |
![[attach.png]](idldoc-resources/attach.png)